Html Css Color HEX #7E7872 Americano

📋 copy color: '#7E7872'

red 126 ◦ green 120 ◦ blue 114

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

Shades of Americano #7E7872

Tints of Americano #7E7872

RGB

 RED value IS 126 (49.61% from 255) = 35%

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 35%
G = 33.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7E7872 (or 0x7E7872) is known color: Americano. HEX triplet: 7E, 78 and 72. RGB value is (126,120,114). Sum of RGB (Red+Green+Blue) = 126+120+114=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7872 is #81878D. Grayscale: #797979. Windows color (decimal): -8488846 or 7501950. OLE color: 7501950.

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

Color convert

RGB 126 120 114 -
CMYK 0 0.05 0.10 0.51
HSL 30º 0.05% 0.47% -
HSV(B) 30º 0.1% 0.49% -
XYZ 18.36 19.08 18.64 -
YUV 121.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 126 120 114 0 0.05 0.10 0.51 30 0.05 0.47
Hex 7E 78 72 0 5 A 33 1E 5 2F
Octal 176 170 162 0 5 12 63 36 5 57
Binary 1111110 1111000 1110010 0 101 1010 110011 11110 101 101111

Color Harmonies of #7E7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7872

Black with #7E7872

Text Example


Text Example

White with #7E7872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,120,114); }

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

background-color css

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

 a { background-color: rgb(126,120,114); }

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

border-color css

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

 span { border-color: rgb(126,120,114); }

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