Color spaces of #ab777e
RGB | 171 | 119 | 126 |
---|---|---|---|
HSL | 0.98 | 0.24 | 0.57 |
HSV | 352° | 30° | 67° |
CMYK | 0.00 | 0.30 | 0.26 0.33 |
XYZ | 27.1573 | 23.3579 | 22.8159 |
Yxy | 23.3579 | 0.3703 | 0.3185 |
Hunter Lab | 48.3300 | 15.7241 | 5.8411 |
CIE-Lab | 55.4391 | 21.3939 | 4.3783 |
#ab777e color RGB value is (171,119,126).
#ab777e hex color red value is 171, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ab777e hue: 0.98 , saturation: 0.24 and the lightness value of ab777e is 0.57.
The process color (four color CMYK) of #ab777e color hex is 0.00, 0.30, 0.26, 0.33. Web safe color of #ab777e is #996666. Color #ab777e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01110111 | 01111110 |
Octal | 253 | 167 | 176 |
Decimal | 171 | 119 | 126 |
Hex | AB | 77 | 7E |
Shades of #ab777e
Tints of #ab777e
RGB Percentages of Color #ab777e
CMYK Percentages of Color #ab777e
Complementary Color
#ab777e | #77aba4 |
#ab777e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab777e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab777e Color CSS Codes
.mybgcolor {background-color:#ab777e; } .myforecolor {color:#ab777e; } .mybordercolor {border:3px solid #ab777e; }
#ab777e Text Font Color
<p style="color:#ab777e">Text here</p>
This sample text font color is #ab777e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ab777e Background Color
<div style="background-color:#ab777e">
Div content here</div>
This div background color is #ab777e
#ab777e Border Color
<div style="border:3px solid #ab777e">
Div here</div>
This div border color is #ab777e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,119,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab777e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab777e; -webkit-box-shadow: 1px 1px 3px 2px #ab777e; box-shadow: 1px 1px 3px 2px #ab777e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,119,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab777e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab777e; -webkit-box-shadow: 1px 1px 3px 2px #ab777e; box-shadow: 1px 1px 3px 2px #ab777e;">
Div content here</div>
This div box has shadow with color #ab777e
Comments
No comments written yet.
Please login to write comment.