Html Css Color HEX #987077 Turkish Rose

📋 copy color: '#987077'

red 152 ◦ green 112 ◦ blue 119

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

Shades of Turkish Rose #987077

Tints of Turkish Rose #987077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 39.69%
G = 29.24%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#987077 (or 0x987077) is known color: Turkish Rose. HEX triplet: 98, 70 and 77. RGB value is (152,112,119). Sum of RGB (Red+Green+Blue) = 152+112+119=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #987077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987077 is #678F88. Grayscale: #7C7C7C. Windows color (decimal): -6786953 or 7827608. OLE color: 7827608.

HSL color Cylindrical-coordinate representation of color #987077: hue angle of 349.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987077 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 119 -
CMYK 0 0.26 0.22 0.40
HSL 349.5º 0.16% 0.52% -
HSV(B) 349.5º 0.26% 0.6% -
XYZ 22.07 19.6 20.07 -
YUV 124.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 152 112 119 0 0.26 0.22 0.40 349.5 0.16 0.52
Hex 98 70 77 0 1A 16 28 15E 10 34
Octal 230 160 167 0 32 26 50 536 20 64
Binary 10011000 1110000 1110111 0 11010 10110 101000 101011110 10000 110100

Color Harmonies of #987077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987077

Black with #987077

Text Example


Text Example

White with #987077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987077; }

 p { color: rgb(152,112,119); }

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

background-color css

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

 a { background-color: rgb(152,112,119); }

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

border-color css

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

 span { border-color: rgb(152,112,119); }

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