Html Css Color HEX #797473 Ferra

📋 copy color: '#797473'

red 121 ◦ green 116 ◦ blue 115

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

Shades of Ferra #797473

Tints of Ferra #797473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 34.38%
G = 32.95%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#797473 (or 0x797473) is known color: Ferra. HEX triplet: 79, 74 and 73. RGB value is (121,116,115). Sum of RGB (Red+Green+Blue) = 121+116+115=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 121 - color contains mainly: red. Hex color #797473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797473 is #868B8C. Grayscale: #757575. Windows color (decimal): -8817549 or 7566457. OLE color: 7566457.

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

Color convert

RGB 121 116 115 -
CMYK 0 0.04 0.05 0.53
HSL 10º 0.03% 0.46% -
HSV(B) 10º 0.05% 0.47% -
XYZ 17.23 17.79 18.75 -
YUV 117.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 121 116 115 0 0.04 0.05 0.53 10 0.03 0.46
Hex 79 74 73 0 4 5 35 A 3 2E
Octal 171 164 163 0 4 5 65 12 3 56
Binary 1111001 1110100 1110011 0 100 101 110101 1010 11 101110

Color Harmonies of #797473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797473

Black with #797473

Text Example


Text Example

White with #797473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797473; }

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

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

background-color css

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

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

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

border-color css

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

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

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