#987576

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

Shades of Turkish Rose #987576

Tints of Turkish Rose #987576

Color information

#987576 (or 0x987576) is unknown color: approx Turkish Rose. HEX triplet: 98, 75 and 76. RGB value is (152,117,118). Sum of RGB (Red+Green+Blue) = 152+117+118=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #987576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987576 is #678A89. Grayscale: #7F7F7F. Windows color (decimal): -6785674 or 7763352. OLE color: 7763352.

HSL color Cylindrical-coordinate representation of color #987576: hue angle of 358.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987576 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152117118-
CMYK00.230.220.40
HSL358.29º14.52%52.75%-
HSV(B)358.29º23.03%59.61%-
XYZ22.5820.7119.95-
YUV127.58122.6145.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=39.28%
G=30.23%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211711800.230.220.40358.2914.5252.75
Hex9875760171628166f35
Octal23016516602726505461765
Binary1001100011101011110110010111101101010001011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987576; }

 p { color: rgb(152,117,118); }

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

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

 a { background-color: rgb(152,117,118); }

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

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

 span { border-color: rgb(152,117,118); }

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