#7D7975

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

Shades of Americano #7D7975

Tints of Americano #7D7975

Color information

#7D7975 (or 0x7D7975) is unknown color: approx Americano. HEX triplet: 7D, 79 and 75. RGB value is (125,121,117). Sum of RGB (Red+Green+Blue) = 125+121+117=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7975 is #82868A. Grayscale: #797979. Windows color (decimal): -8554123 or 7698813. OLE color: 7698813.

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

Color convert

RGB125121117-
CMYK00.030.060.51
HSL30º3.31%47.45%-
HSV(B)30º6.4%49.02%-
XYZ18.5119.3219.58-
YUV121.74125.33130.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=34.44%
G=33.33%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12512111700.030.060.51303.3147.45
Hex7D7975036331e32f
Octal1751711650366336357
Binary1111101111100111101010111101100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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