#7D7846

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

Shades of Go Ben #7D7846

Tints of Go Ben #7D7846

Color information

#7D7846 (or 0x7D7846) is unknown color: approx Go Ben. HEX triplet: 7D, 78 and 46. RGB value is (125,120,70). Sum of RGB (Red+Green+Blue) = 125+120+70=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7846 is #8287B9. Grayscale: #747474. Windows color (decimal): -8554426 or 4618365. OLE color: 4618365.

HSL color Cylindrical-coordinate representation of color #7D7846: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D7846 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB12512070-
CMYK00.040.440.51
HSL54.55º28.21%38.24%-
HSV(B)54.55º44%49.02%-
XYZ16.2818.248.46-
YUV115.8102.16134.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=39.68%
G=38.10%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251207000.040.440.5154.5528.2138.24
Hex7D7846042C33371c26
Octal175170106045463673446
Binary111110111110001000110010010110011001111011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,120,70); }

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

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

 a { background-color: rgb(125,120,70); }

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

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

 span { border-color: rgb(125,120,70); }

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