Html Css Color HEX #987D80 Turkish Rose

📋 copy color: '#987D80'

red 152 ◦ green 125 ◦ blue 128

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

Shades of Turkish Rose #987D80

Tints of Turkish Rose #987D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 37.53%
G = 30.86%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#987D80 (or 0x987D80) is known color: Turkish Rose. HEX triplet: 98, 7D and 80. RGB value is (152,125,128). Sum of RGB (Red+Green+Blue) = 152+125+128=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D80 is #67827F. Grayscale: #858585. Windows color (decimal): -6783616 or 8420760. OLE color: 8420760.

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

Color convert

RGB 152 125 128 -
CMYK 0 0.18 0.16 0.40
HSL 353.33º 0.12% 0.54% -
HSV(B) 353.33º 0.18% 0.6% -
XYZ 24.18 22.9 23.57 -
YUV 133.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 152 125 128 0 0.18 0.16 0.40 353.33 0.12 0.54
Hex 98 7D 80 0 12 10 28 161 C 36
Octal 230 175 200 0 22 20 50 541 14 66
Binary 10011000 1111101 10000000 0 10010 10000 101000 101100001 1100 110110

Color Harmonies of #987D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D80

Black with #987D80

Text Example


Text Example

White with #987D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,128); }

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

background-color css

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

 a { background-color: rgb(152,125,128); }

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

border-color css

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

 span { border-color: rgb(152,125,128); }

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