Html Css Color HEX #797270 Ferra

📋 copy color: '#797270'

red 121 ◦ green 114 ◦ blue 112

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

Shades of Ferra #797270

Tints of Ferra #797270

RGB

 RED value IS 121 (47.66% from 255) = 34.87%

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 34.87%
G = 32.85%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#797270 (or 0x797270) is known color: Ferra. HEX triplet: 79, 72 and 70. RGB value is (121,114,112). Sum of RGB (Red+Green+Blue) = 121+114+112=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #797270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797270 is #868D8F. Grayscale: #737373. Windows color (decimal): -8818064 or 7369337. OLE color: 7369337.

HSL color Cylindrical-coordinate representation of color #797270: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797270 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 112 -
CMYK 0 0.06 0.07 0.53
HSL 13.33º 0.04% 0.46% -
HSV(B) 13.33º 0.07% 0.47% -
XYZ 16.83 17.27 17.78 -
YUV 115.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 121 114 112 0 0.06 0.07 0.53 13.33 0.04 0.46
Hex 79 72 70 0 6 7 35 D 4 2E
Octal 171 162 160 0 6 7 65 15 4 56
Binary 1111001 1110010 1110000 0 110 111 110101 1101 100 101110

Color Harmonies of #797270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797270

Black with #797270

Text Example


Text Example

White with #797270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797270; }

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

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

background-color css

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

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

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

border-color css

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

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

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