Html Css Color HEX #987E81 Turkish Rose

📋 copy color: '#987E81'

red 152 ◦ green 126 ◦ blue 129

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

Shades of Turkish Rose #987E81

Tints of Turkish Rose #987E81

RGB

 RED value IS 152 (59.77% from 255) = 37.35%

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 37.35%
G = 30.96%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#987E81 (or 0x987E81) is known color: Turkish Rose. HEX triplet: 98, 7E and 81. RGB value is (152,126,129). Sum of RGB (Red+Green+Blue) = 152+126+129=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #987E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E81 is #67817E. Grayscale: #868686. Windows color (decimal): -6783359 or 8486552. OLE color: 8486552.

HSL color Cylindrical-coordinate representation of color #987E81: hue angle of 353.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #987E81 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 126 129 -
CMYK 0 0.17 0.15 0.40
HSL 353.08º 0.11% 0.55% -
HSV(B) 353.08º 0.17% 0.6% -
XYZ 24.37 23.18 23.96 -
YUV 134.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 152 126 129 0 0.17 0.15 0.40 353.08 0.11 0.55
Hex 98 7E 81 0 11 F 28 161 B 37
Octal 230 176 201 0 21 17 50 541 13 67
Binary 10011000 1111110 10000001 0 10001 1111 101000 101100001 1011 110111

Color Harmonies of #987E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E81

Black with #987E81

Text Example


Text Example

White with #987E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987E81; }

 p { color: rgb(152,126,129); }

 H1.HeaderClassName
 {
   color: #987E81;
 }
 .AnyTagClassName
 {
   color: #987E81;
 }
</style>

background-color css

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

 a { background-color: rgb(152,126,129); }

 div.DivClassName
 {
   background-color: #987E81;
 }
 .BgClassName
 {
   background-color: #987E81;
 }
</style>

border-color css

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

 span { border-color: rgb(152,126,129); }

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