Html Css Color HEX #797775 Americano

📋 copy color: '#797775'

red 121 ◦ green 119 ◦ blue 117

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

Shades of Americano #797775

Tints of Americano #797775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 33.89%
G = 33.33%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#797775 (or 0x797775) is known color: Americano. HEX triplet: 79, 77 and 75. RGB value is (121,119,117). Sum of RGB (Red+Green+Blue) = 121+119+117=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 121 - color contains mainly: red. Hex color #797775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797775 is #86888A. Grayscale: #777777. Windows color (decimal): -8816779 or 7698297. OLE color: 7698297.

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

Color convert

RGB 121 119 117 -
CMYK 0 0.02 0.03 0.53
HSL 30º 0.02% 0.47% -
HSV(B) 30º 0.03% 0.47% -
XYZ 17.69 18.54 19.48 -
YUV 119.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 121 119 117 0 0.02 0.03 0.53 30 0.02 0.47
Hex 79 77 75 0 2 3 35 1E 2 2F
Octal 171 167 165 0 2 3 65 36 2 57
Binary 1111001 1110111 1110101 0 10 11 110101 11110 10 101111

Color Harmonies of #797775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797775

Black with #797775

Text Example


Text Example

White with #797775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797775; }

 p { color: rgb(121,119,117); }

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

background-color css

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

 a { background-color: rgb(121,119,117); }

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

border-color css

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

 span { border-color: rgb(121,119,117); }

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