Html Css Color HEX #987C80 Turkish Rose

📋 copy color: '#987C80'

red 152 ◦ green 124 ◦ blue 128

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

Shades of Turkish Rose #987C80

Tints of Turkish Rose #987C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 37.62%
G = 30.69%
B = 31.68%

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

#987C80 (or 0x987C80) is known color: Turkish Rose. HEX triplet: 98, 7C and 80. RGB value is (152,124,128). Sum of RGB (Red+Green+Blue) = 152+124+128=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C80 is #67837F. Grayscale: #848484. Windows color (decimal): -6783872 or 8420504. OLE color: 8420504.

HSL color Cylindrical-coordinate representation of color #987C80: hue angle of 351.43º 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 #987C80 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 128 -
CMYK 0 0.18 0.16 0.40
HSL 351.43º 0.12% 0.54% -
HSV(B) 351.43º 0.18% 0.6% -
XYZ 24.05 22.65 23.53 -
YUV 132.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 152 124 128 0 0.18 0.16 0.40 351.43 0.12 0.54
Hex 98 7C 80 0 12 10 28 15F C 36
Octal 230 174 200 0 22 20 50 537 14 66
Binary 10011000 1111100 10000000 0 10010 10000 101000 101011111 1100 110110

Color Harmonies of #987C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C80

Black with #987C80

Text Example


Text Example

White with #987C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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