Html Css Color HEX #977079 Turkish Rose

📋 copy color: '#977079'

red 151 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #977079

Tints of Turkish Rose #977079

RGB

 RED value IS 151 (59.38% from 255) = 39.32%

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

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

R = 39.32%
G = 29.17%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#977079 (or 0x977079) is known color: Turkish Rose. HEX triplet: 97, 70 and 79. RGB value is (151,112,121). Sum of RGB (Red+Green+Blue) = 151+112+121=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #977079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977079 is #688F86. Grayscale: #7C7C7C. Windows color (decimal): -6852487 or 7958679. OLE color: 7958679.

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

Color convert

RGB 151 112 121 -
CMYK 0 0.26 0.20 0.41
HSL 346.15º 0.16% 0.52% -
HSV(B) 346.15º 0.26% 0.59% -
XYZ 22.01 19.55 20.7 -
YUV 124.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 151 112 121 0 0.26 0.20 0.41 346.15 0.16 0.52
Hex 97 70 79 0 1A 14 29 15A 10 34
Octal 227 160 171 0 32 24 51 532 20 64
Binary 10010111 1110000 1111001 0 11010 10100 101001 101011010 10000 110100

Color Harmonies of #977079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977079

Black with #977079

Text Example


Text Example

White with #977079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977079; }

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

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

background-color css

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

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

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

border-color css

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

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

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