Html Css Color HEX #977479 Turkish Rose

📋 copy color: '#977479'

red 151 ◦ green 116 ◦ blue 121

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

Shades of Turkish Rose #977479

Tints of Turkish Rose #977479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 38.92%
G = 29.9%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#977479 (or 0x977479) is known color: Turkish Rose. HEX triplet: 97, 74 and 79. RGB value is (151,116,121). Sum of RGB (Red+Green+Blue) = 151+116+121=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #977479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977479 is #688B86. Grayscale: #7F7F7F. Windows color (decimal): -6851463 or 7959703. OLE color: 7959703.

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

Color convert

RGB 151 116 121 -
CMYK 0 0.23 0.20 0.41
HSL 351.43º 0.14% 0.52% -
HSV(B) 351.43º 0.23% 0.59% -
XYZ 22.46 20.45 20.85 -
YUV 127.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 151 116 121 0 0.23 0.20 0.41 351.43 0.14 0.52
Hex 97 74 79 0 17 14 29 15F E 34
Octal 227 164 171 0 27 24 51 537 16 64
Binary 10010111 1110100 1111001 0 10111 10100 101001 101011111 1110 110100

Color Harmonies of #977479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977479

Black with #977479

Text Example


Text Example

White with #977479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977479; }

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

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

background-color css

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

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

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

border-color css

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

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

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