Html Css Color HEX #797674 Americano

📋 copy color: '#797674'

red 121 ◦ green 118 ◦ blue 116

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

Shades of Americano #797674

Tints of Americano #797674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 34.08%
G = 33.24%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#797674 (or 0x797674) is known color: Americano. HEX triplet: 79, 76 and 74. RGB value is (121,118,116). Sum of RGB (Red+Green+Blue) = 121+118+116=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 121 - color contains mainly: red. Hex color #797674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797674 is #86898B. Grayscale: #767676. Windows color (decimal): -8817036 or 7632505. OLE color: 7632505.

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

Color convert

RGB 121 118 116 -
CMYK 0 0.02 0.04 0.53
HSL 24º 0.02% 0.46% -
HSV(B) 24º 0.04% 0.47% -
XYZ 17.52 18.28 19.13 -
YUV 118.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 121 118 116 0 0.02 0.04 0.53 24 0.02 0.46
Hex 79 76 74 0 2 4 35 18 2 2E
Octal 171 166 164 0 2 4 65 30 2 56
Binary 1111001 1110110 1110100 0 10 100 110101 11000 10 101110

Color Harmonies of #797674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797674

Black with #797674

Text Example


Text Example

White with #797674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797674; }

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

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

background-color css

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

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

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

border-color css

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

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

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