Html Css Color HEX #987079 Turkish Rose

📋 copy color: '#987079'

red 152 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #987079

Tints of Turkish Rose #987079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 39.48%
G = 29.09%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#987079 (or 0x987079) is known color: Turkish Rose. HEX triplet: 98, 70 and 79. RGB value is (152,112,121). Sum of RGB (Red+Green+Blue) = 152+112+121=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #987079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987079 is #678F86. Grayscale: #7C7C7C. Windows color (decimal): -6786951 or 7958680. OLE color: 7958680.

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

Color convert

RGB 152 112 121 -
CMYK 0 0.26 0.20 0.40
HSL 346.5º 0.16% 0.52% -
HSV(B) 346.5º 0.26% 0.6% -
XYZ 22.19 19.64 20.71 -
YUV 124.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 152 112 121 0 0.26 0.20 0.40 346.5 0.16 0.52
Hex 98 70 79 0 1A 14 28 15A 10 34
Octal 230 160 171 0 32 24 50 532 20 64
Binary 10011000 1110000 1111001 0 11010 10100 101000 101011010 10000 110100

Color Harmonies of #987079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987079

Black with #987079

Text Example


Text Example

White with #987079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987079; }

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

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

background-color css

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

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

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

border-color css

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

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

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