Html Css Color HEX #987A7F Turkish Rose

📋 copy color: '#987A7F'

red 152 ◦ green 122 ◦ blue 127

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

Shades of Turkish Rose #987A7F

Tints of Turkish Rose #987A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 37.91%
G = 30.42%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#987A7F (or 0x987A7F) is known color: Turkish Rose. HEX triplet: 98, 7A and 7F. RGB value is (152,122,127). Sum of RGB (Red+Green+Blue) = 152+122+127=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A7F is #678580. Grayscale: #838383. Windows color (decimal): -6784385 or 8354456. OLE color: 8354456.

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

Color convert

RGB 152 122 127 -
CMYK 0 0.20 0.16 0.40
HSL 350º 0.13% 0.54% -
HSV(B) 350º 0.2% 0.6% -
XYZ 23.74 22.13 23.1 -
YUV 131.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 152 122 127 0 0.20 0.16 0.40 350 0.13 0.54
Hex 98 7A 7F 0 14 10 28 15E D 36
Octal 230 172 177 0 24 20 50 536 15 66
Binary 10011000 1111010 1111111 0 10100 10000 101000 101011110 1101 110110

Color Harmonies of #987A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A7F

Black with #987A7F

Text Example


Text Example

White with #987A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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