#7D7672

Color #7D7672 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #7D7672

Tints of Americano #7D7672

Color information

#7D7672 (or 0x7D7672) is unknown color: approx Americano. HEX triplet: 7D, 76 and 72. RGB value is (125,118,114). Sum of RGB (Red+Green+Blue) = 125+118+114=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7672 is #82898D. Grayscale: #777777. Windows color (decimal): -8554894 or 7501437. OLE color: 7501437.

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

Color convert

RGB125118114-
CMYK00.060.090.51
HSL21.82º4.6%46.86%-
HSV(B)21.82º8.8%49.02%-
XYZ17.9718.5318.55-
YUV119.64124.82131.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=35.01%
G=33.05%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511811400.060.090.5121.824.646.86
Hex7D7672069331652f
Octal17516616206116326557
Binary1111101111011011100100110100111001110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,114); }

 H1.HeaderClassName
 {
   color: #7D7672;
 }
 .AnyTagClassName
 {
   color: #7D7672;
 }
</style>
background-color css

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

 a { background-color: rgb(125,118,114); }

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

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

 span { border-color: rgb(125,118,114); }

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