#7D7050

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

Shades of Go Ben #7D7050

Tints of Go Ben #7D7050

Color information

#7D7050 (or 0x7D7050) is unknown color: approx Go Ben. HEX triplet: 7D, 70 and 50. RGB value is (125,112,80). Sum of RGB (Red+Green+Blue) = 125+112+80=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7050 is #828FAF. Grayscale: #707070. Windows color (decimal): -8556464 or 5271677. OLE color: 5271677.

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

Color convert

RGB12511280-
CMYK00.100.360.51
HSL42.67º21.95%40.2%-
HSV(B)42.67º36%49.02%-
XYZ15.716.539.95-
YUV112.24109.81137.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=39.43%
G=35.33%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251128000.100.360.5142.6721.9540.2
Hex7D70500A24332b1628
Octal1751601200124463532650
Binary1111101111000010100000101010010011001110101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,112,80); }

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

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

 a { background-color: rgb(125,112,80); }

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

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

 span { border-color: rgb(125,112,80); }

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