#987076

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

Shades of Turkish Rose #987076

Tints of Turkish Rose #987076

Color information

#987076 (or 0x987076) is unknown color: approx Turkish Rose. HEX triplet: 98, 70 and 76. RGB value is (152,112,118). Sum of RGB (Red+Green+Blue) = 152+112+118=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987076 is #678F89. Grayscale: #7C7C7C. Windows color (decimal): -6786954 or 7762072. OLE color: 7762072.

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

Color convert

RGB152112118-
CMYK00.260.220.40
HSL351º16.26%51.76%-
HSV(B)351º26.32%59.61%-
XYZ22.0119.5719.76-
YUV124.64124.25147.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=39.79%
G=29.32%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211211800.260.220.4035116.2651.76
Hex98707601A162815f1034
Octal23016016603226505372064
Binary10011000111000011101100110101011010100010101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987076; }

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

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

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

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

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

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

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

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