#987377

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

Shades of Turkish Rose #987377

Tints of Turkish Rose #987377

Color information

#987377 (or 0x987377) is unknown color: approx Turkish Rose. HEX triplet: 98, 73 and 77. RGB value is (152,115,119). Sum of RGB (Red+Green+Blue) = 152+115+119=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #987377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987377 is #678C88. Grayscale: #7E7E7E. Windows color (decimal): -6786185 or 7828376. OLE color: 7828376.

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

Color convert

RGB152115119-
CMYK00.240.220.40
HSL353.51º15.23%52.35%-
HSV(B)353.51º24.34%59.61%-
XYZ22.4120.2720.18-
YUV126.52123.76146.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=39.38%
G=29.79%
B=30.83%

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
Decimal15211511900.240.220.40353.5115.2352.35
Hex9873770181628162f34
Octal23016316703026505421764
Binary1001100011100111110111011000101101010001011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987377; }

 p { color: rgb(152,115,119); }

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

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

 a { background-color: rgb(152,115,119); }

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

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

 span { border-color: rgb(152,115,119); }

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