#A77F80

Color #A77F80 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A77F80

Tints of Turkish Rose #A77F80

Color information

#A77F80 (or 0xA77F80) is unknown color: approx Turkish Rose. HEX triplet: A7, 7F and 80. RGB value is (167,127,128). Sum of RGB (Red+Green+Blue) = 167+127+128=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F80 is #58807F. Grayscale: #8B8B8B. Windows color (decimal): -5800064 or 8421287. OLE color: 8421287.

HSL color Cylindrical-coordinate representation of color #A77F80: hue angle of 358.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F80 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167127128-
CMYK00.240.230.35
HSL358.5º18.52%57.65%-
HSV(B)358.5º23.95%65.49%-
XYZ27.4224.9523.79-
YUV139.07121.75147.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=39.57%
G=30.09%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712712800.240.230.35358.518.5257.65
HexA77F800181723166133a
Octal24717720003027435462372
Binary101001111111111100000000110001011110001110110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F80; }

 p { color: rgb(167,127,128); }

 H1.HeaderClassName
 {
   color: #A77F80;
 }
 .AnyTagClassName
 {
   color: #A77F80;
 }
</style>
background-color css

<style>
 a { background-color: #A77F80; }

 a { background-color: rgb(167,127,128); }

 div.DivClassName
 {
   background-color: #A77F80;
 }
 .BgClassName
 {
   background-color: #A77F80;
 }
</style>
border-color css

<style>
 span { border-color: #A77F80; }

 span { border-color: rgb(167,127,128); }

 td.TdClassName
 {
   border-color: #A77F80;
 }
 .TagClassName
 {
   border-color: #A77F80;
 }
</style>