Html Css Color HEX #796F6E Ferra

📋 copy color: '#796F6E'

red 121 ◦ green 111 ◦ blue 110

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

Shades of Ferra #796F6E

Tints of Ferra #796F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 35.38%
G = 32.46%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#796F6E (or 0x796F6E) is known color: Ferra. HEX triplet: 79, 6F and 6E. RGB value is (121,111,110). Sum of RGB (Red+Green+Blue) = 121+111+110=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #796F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F6E is #869091. Grayscale: #717171. Windows color (decimal): -8818834 or 7237497. OLE color: 7237497.

HSL color Cylindrical-coordinate representation of color #796F6E: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #796F6E is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 111 110 -
CMYK 0 0.08 0.09 0.53
HSL 5.45º 0.05% 0.45% -
HSV(B) 5.45º 0.09% 0.47% -
XYZ 16.38 16.56 17.08 -
YUV 113.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 121 111 110 0 0.08 0.09 0.53 5.45 0.05 0.45
Hex 79 6F 6E 0 8 9 35 5 5 2D
Octal 171 157 156 0 10 11 65 5 5 55
Binary 1111001 1101111 1101110 0 1000 1001 110101 101 101 101101

Color Harmonies of #796F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F6E

Black with #796F6E

Text Example


Text Example

White with #796F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796F6E; }

 p { color: rgb(121,111,110); }

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

background-color css

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

 a { background-color: rgb(121,111,110); }

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

border-color css

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

 span { border-color: rgb(121,111,110); }

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