#977577

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

Shades of Turkish Rose #977577

Tints of Turkish Rose #977577

Color information

#977577 (or 0x977577) is unknown color: approx Turkish Rose. HEX triplet: 97, 75 and 77. RGB value is (151,117,119). Sum of RGB (Red+Green+Blue) = 151+117+119=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #977577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977577 is #688A88. Grayscale: #7F7F7F. Windows color (decimal): -6851209 or 7828887. OLE color: 7828887.

HSL color Cylindrical-coordinate representation of color #977577: hue angle of 356.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977577 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB151117119-
CMYK00.230.210.41
HSL356.47º14.05%52.55%-
HSV(B)356.47º22.52%59.22%-
XYZ22.4520.6320.25-
YUV127.39123.26144.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=39.02%
G=30.23%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111711900.230.210.41356.4714.0552.55
Hex9775770171529164e35
Octal22716516702725515441665
Binary1001011111101011110111010111101011010011011001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977577; }

 p { color: rgb(151,117,119); }

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

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

 a { background-color: rgb(151,117,119); }

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

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

 span { border-color: rgb(151,117,119); }

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