Html Css Color HEX #987C7E Turkish Rose

📋 copy color: '#987C7E'

red 152 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #987C7E

Tints of Turkish Rose #987C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 37.81%
G = 30.85%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#987C7E (or 0x987C7E) is known color: Turkish Rose. HEX triplet: 98, 7C and 7E. RGB value is (152,124,126). Sum of RGB (Red+Green+Blue) = 152+124+126=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C7E is #678381. Grayscale: #848484. Windows color (decimal): -6783874 or 8289432. OLE color: 8289432.

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

Color convert

RGB 152 124 126 -
CMYK 0 0.18 0.17 0.40
HSL 355.71º 0.12% 0.54% -
HSV(B) 355.71º 0.18% 0.6% -
XYZ 23.92 22.6 22.84 -
YUV 132.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 152 124 126 0 0.18 0.17 0.40 355.71 0.12 0.54
Hex 98 7C 7E 0 12 11 28 164 C 36
Octal 230 174 176 0 22 21 50 544 14 66
Binary 10011000 1111100 1111110 0 10010 10001 101000 101100100 1100 110110

Color Harmonies of #987C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C7E

Black with #987C7E

Text Example


Text Example

White with #987C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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