#7D6E4B

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

Shades of Go Ben #7D6E4B

Tints of Go Ben #7D6E4B

Color information

#7D6E4B (or 0x7D6E4B) is unknown color: approx Go Ben. HEX triplet: 7D, 6E and 4B. RGB value is (125,110,75). Sum of RGB (Red+Green+Blue) = 125+110+75=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E4B is #8291B4. Grayscale: #6E6E6E. Windows color (decimal): -8556981 or 4943485. OLE color: 4943485.

HSL color Cylindrical-coordinate representation of color #7D6E4B: hue angle of 42º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D6E4B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB12511075-
CMYK00.120.400.51
HSL42º25%39.22%-
HSV(B)42º40%49.02%-
XYZ15.316.028.94-
YUV110.49107.97138.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.32%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=40.32%
G=35.48%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251107500.120.400.51422539.22
Hex7D6E4B0C28332a1927
Octal1751561130145063523147
Binary1111101110111010010110110010100011001110101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,110,75); }

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

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

 a { background-color: rgb(125,110,75); }

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

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

 span { border-color: rgb(125,110,75); }

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