#987476

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

Shades of Turkish Rose #987476

Tints of Turkish Rose #987476

Color information

#987476 (or 0x987476) is unknown color: approx Turkish Rose. HEX triplet: 98, 74 and 76. RGB value is (152,116,118). Sum of RGB (Red+Green+Blue) = 152+116+118=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #987476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987476 is #678B89. Grayscale: #7F7F7F. Windows color (decimal): -6785930 or 7763096. OLE color: 7763096.

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

Color convert

RGB152116118-
CMYK00.240.220.40
HSL356.67º14.88%52.55%-
HSV(B)356.67º23.68%59.61%-
XYZ22.4620.4719.91-
YUV126.99122.93145.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=39.38%
G=30.05%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211611800.240.220.40356.6714.8852.55
Hex9874760181628165f35
Octal23016416603026505451765
Binary1001100011101001110110011000101101010001011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987476; }

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

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

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

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

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

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

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

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