#987379

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

Shades of Turkish Rose #987379

Tints of Turkish Rose #987379

Color information

#987379 (or 0x987379) is unknown color: approx Turkish Rose. HEX triplet: 98, 73 and 79. RGB value is (152,115,121). Sum of RGB (Red+Green+Blue) = 152+115+121=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #987379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987379 is #678C86. Grayscale: #7E7E7E. Windows color (decimal): -6786183 or 7959448. OLE color: 7959448.

HSL color Cylindrical-coordinate representation of color #987379: hue angle of 350.27º 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 #987379 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152115121-
CMYK00.240.200.40
HSL350.27º15.23%52.35%-
HSV(B)350.27º24.34%59.61%-
XYZ22.5320.3220.82-
YUV126.75124.76146.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=39.18%
G=29.64%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211512100.240.200.40350.2715.2352.35
Hex987379018142815ef34
Octal23016317103024505361764
Binary1001100011100111111001011000101001010001010111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987379; }

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

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

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

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

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

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

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

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