#7E7C42

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

Shades of Go Ben #7E7C42

Tints of Go Ben #7E7C42

Color information

#7E7C42 (or 0x7E7C42) is unknown color: approx Go Ben. HEX triplet: 7E, 7C and 42. RGB value is (126,124,66). Sum of RGB (Red+Green+Blue) = 126+124+66=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7C42 is #8183BD. Grayscale: #767676. Windows color (decimal): -8487870 or 4357246. OLE color: 4357246.

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

Color convert

RGB12612466-
CMYK00.020.480.51
HSL58º31.25%37.65%-
HSV(B)58º47.62%49.41%-
XYZ16.819.247.98-
YUV117.9998.66133.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.87%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=39.87%
G=39.24%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261246600.020.480.515831.2537.65
Hex7E7C420230333a1f26
Octal176174102026063723746
Binary11111101111100100001001011000011001111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,124,66); }

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

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

 a { background-color: rgb(126,124,66); }

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

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

 span { border-color: rgb(126,124,66); }

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