Html Css Color HEX #797372 Ferra

📋 copy color: '#797372'

red 121 ◦ green 115 ◦ blue 114

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

Shades of Ferra #797372

Tints of Ferra #797372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 34.57%
G = 32.86%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#797372 (or 0x797372) is known color: Ferra. HEX triplet: 79, 73 and 72. RGB value is (121,115,114). Sum of RGB (Red+Green+Blue) = 121+115+114=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 121 - color contains mainly: red. Hex color #797372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797372 is #868C8D. Grayscale: #747474. Windows color (decimal): -8817806 or 7500665. OLE color: 7500665.

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

Color convert

RGB 121 115 114 -
CMYK 0 0.05 0.06 0.53
HSL 8.57º 0.03% 0.46% -
HSV(B) 8.57º 0.06% 0.47% -
XYZ 17.05 17.54 18.41 -
YUV 116.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 121 115 114 0 0.05 0.06 0.53 8.57 0.03 0.46
Hex 79 73 72 0 5 6 35 9 3 2E
Octal 171 163 162 0 5 6 65 11 3 56
Binary 1111001 1110011 1110010 0 101 110 110101 1001 11 101110

Color Harmonies of #797372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797372

Black with #797372

Text Example


Text Example

White with #797372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797372; }

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

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

background-color css

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

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

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

border-color css

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

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

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