Html Css Color HEX #987F81 Turkish Rose

📋 copy color: '#987F81'

red 152 ◦ green 127 ◦ blue 129

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

Shades of Turkish Rose #987F81

Tints of Turkish Rose #987F81

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 37.25%
G = 31.13%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#987F81 (or 0x987F81) is known color: Turkish Rose. HEX triplet: 98, 7F and 81. RGB value is (152,127,129). Sum of RGB (Red+Green+Blue) = 152+127+129=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #987F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F81 is #67807E. Grayscale: #868686. Windows color (decimal): -6783103 or 8486808. OLE color: 8486808.

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

Color convert

RGB 152 127 129 -
CMYK 0 0.16 0.15 0.40
HSL 355.2º 0.11% 0.55% -
HSV(B) 355.2º 0.16% 0.6% -
XYZ 24.5 23.44 24 -
YUV 134.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 152 127 129 0 0.16 0.15 0.40 355.2 0.11 0.55
Hex 98 7F 81 0 10 F 28 163 B 37
Octal 230 177 201 0 20 17 50 543 13 67
Binary 10011000 1111111 10000001 0 10000 1111 101000 101100011 1011 110111

Color Harmonies of #987F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F81

Black with #987F81

Text Example


Text Example

White with #987F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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