Html Css Color HEX #7F7C79 Americano

📋 copy color: '#7F7C79'

red 127 ◦ green 124 ◦ blue 121

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

Shades of Americano #7F7C79

Tints of Americano #7F7C79

RGB

 RED value IS 127 (50% from 255) = 34.14%

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 34.14%
G = 33.33%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F7C79 (or 0x7F7C79) is known color: Americano. HEX triplet: 7F, 7C and 79. RGB value is (127,124,121). Sum of RGB (Red+Green+Blue) = 127+124+121=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7C79 is #808386. Grayscale: #7C7C7C. Windows color (decimal): -8422279 or 7961727. OLE color: 7961727.

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

Color convert

RGB 127 124 121 -
CMYK 0 0.02 0.05 0.50
HSL 30º 0.02% 0.49% -
HSV(B) 30º 0.05% 0.5% -
XYZ 19.41 20.31 20.99 -
YUV 124.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 127 124 121 0 0.02 0.05 0.50 30 0.02 0.49
Hex 7F 7C 79 0 2 5 32 1E 2 31
Octal 177 174 171 0 2 5 62 36 2 61
Binary 1111111 1111100 1111001 0 10 101 110010 11110 10 110001

Color Harmonies of #7F7C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7C79

Black with #7F7C79

Text Example


Text Example

White with #7F7C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7C79; }

 p { color: rgb(127,124,121); }

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

background-color css

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

 a { background-color: rgb(127,124,121); }

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

border-color css

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

 span { border-color: rgb(127,124,121); }

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