#987179

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

Shades of Turkish Rose #987179

Tints of Turkish Rose #987179

Color information

#987179 (or 0x987179) is unknown color: approx Turkish Rose. HEX triplet: 98, 71 and 79. RGB value is (152,113,121). Sum of RGB (Red+Green+Blue) = 152+113+121=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #987179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987179 is #678E86. Grayscale: #7D7D7D. Windows color (decimal): -6786695 or 7958936. OLE color: 7958936.

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

Color convert

RGB152113121-
CMYK00.260.200.40
HSL347.69º15.92%51.96%-
HSV(B)347.69º25.66%59.61%-
XYZ22.3119.8720.75-
YUV125.57125.42146.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=39.38%
G=29.27%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211312100.260.200.40347.6915.9251.96
Hex98717901A142815c1034
Octal23016117103224505342064
Binary10011000111000111110010110101010010100010101110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987179; }

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

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

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

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

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

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

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

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