Html Css Color HEX #987A7D Turkish Rose

📋 copy color: '#987A7D'

red 152 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #987A7D

Tints of Turkish Rose #987A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 38.1%
G = 30.58%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#987A7D (or 0x987A7D) is known color: Turkish Rose. HEX triplet: 98, 7A and 7D. RGB value is (152,122,125). Sum of RGB (Red+Green+Blue) = 152+122+125=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #987A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A7D is #678582. Grayscale: #838383. Windows color (decimal): -6784387 or 8223384. OLE color: 8223384.

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

Color convert

RGB 152 122 125 -
CMYK 0 0.20 0.18 0.40
HSL 354º 0.13% 0.54% -
HSV(B) 354º 0.2% 0.6% -
XYZ 23.61 22.08 22.42 -
YUV 131.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 152 122 125 0 0.20 0.18 0.40 354 0.13 0.54
Hex 98 7A 7D 0 14 12 28 162 D 36
Octal 230 172 175 0 24 22 50 542 15 66
Binary 10011000 1111010 1111101 0 10100 10010 101000 101100010 1101 110110

Color Harmonies of #987A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A7D

Black with #987A7D

Text Example


Text Example

White with #987A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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