Html Css Color HEX #987B7C Turkish Rose

📋 copy color: '#987B7C'

red 152 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #987B7C

Tints of Turkish Rose #987B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 38.1%
G = 30.83%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#987B7C (or 0x987B7C) is known color: Turkish Rose. HEX triplet: 98, 7B and 7C. RGB value is (152,123,124). Sum of RGB (Red+Green+Blue) = 152+123+124=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #987B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B7C is #678483. Grayscale: #838383. Windows color (decimal): -6784132 or 8158104. OLE color: 8158104.

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

Color convert

RGB 152 123 124 -
CMYK 0 0.19 0.18 0.40
HSL 357.93º 0.12% 0.54% -
HSV(B) 357.93º 0.19% 0.6% -
XYZ 23.67 22.3 22.12 -
YUV 131.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 152 123 124 0 0.19 0.18 0.40 357.93 0.12 0.54
Hex 98 7B 7C 0 13 12 28 166 C 36
Octal 230 173 174 0 23 22 50 546 14 66
Binary 10011000 1111011 1111100 0 10011 10010 101000 101100110 1100 110110

Color Harmonies of #987B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B7C

Black with #987B7C

Text Example


Text Example

White with #987B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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