Html Css Color HEX #7F7770 Americano

📋 copy color: '#7F7770'

red 127 ◦ green 119 ◦ blue 112

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

Shades of Americano #7F7770

Tints of Americano #7F7770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 35.47%
G = 33.24%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F7770 (or 0x7F7770) is known color: Americano. HEX triplet: 7F, 77 and 70. RGB value is (127,119,112). Sum of RGB (Red+Green+Blue) = 127+119+112=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7770 is #80888F. Grayscale: #787878. Windows color (decimal): -8423568 or 7370623. OLE color: 7370623.

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

Color convert

RGB 127 119 112 -
CMYK 0 0.06 0.12 0.50
HSL 28º 0.06% 0.47% -
HSV(B) 28º 0.12% 0.5% -
XYZ 18.27 18.88 18.01 -
YUV 120.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 127 119 112 0 0.06 0.12 0.50 28 0.06 0.47
Hex 7F 77 70 0 6 C 32 1C 6 2F
Octal 177 167 160 0 6 14 62 34 6 57
Binary 1111111 1110111 1110000 0 110 1100 110010 11100 110 101111

Color Harmonies of #7F7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7770

Black with #7F7770

Text Example


Text Example

White with #7F7770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,119,112); }

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

background-color css

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

 a { background-color: rgb(127,119,112); }

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

border-color css

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

 span { border-color: rgb(127,119,112); }

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