Html Css Color HEX #987076 Turkish Rose

📋 copy color: '#987076'

red 152 ◦ green 112 ◦ blue 118

#987076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #987076

Tints of Turkish Rose #987076

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 value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#987076 (or 0x987076) is known color: 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

RGB 152 112 118 -
CMYK 0 0.26 0.22 0.40
HSL 351º 0.16% 0.52% -
HSV(B) 351º 0.26% 0.6% -
XYZ 22.01 19.57 19.76 -
YUV 124.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 152 112 118 0 0.26 0.22 0.40 351 0.16 0.52
Hex 98 70 76 0 1A 16 28 15F 10 34
Octal 230 160 166 0 32 26 50 537 20 64
Binary 10011000 1110000 1110110 0 11010 10110 101000 101011111 10000 110100

Color Harmonies of #987076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987076

Black with #987076

Text Example


Text Example

White with #987076

Text Example


Text Example

HTML Codes & Css Web 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>