#7C7B42

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

Shades of Go Ben #7C7B42

Tints of Go Ben #7C7B42

Color information

#7C7B42 (or 0x7C7B42) is unknown color: approx Go Ben. HEX triplet: 7C, 7B and 42. RGB value is (124,123,66). Sum of RGB (Red+Green+Blue) = 124+123+66=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7B42 is #8384BD. Grayscale: #757575. Windows color (decimal): -8619198 or 4356988. OLE color: 4356988.

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

Color convert

RGB12412366-
CMYK00.010.470.51
HSL58.97º30.53%37.25%-
HSV(B)58.97º46.77%48.63%-
XYZ16.3818.847.93-
YUV116.899.33133.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.62%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=39.62%
G=39.30%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241236600.010.470.5158.9730.5337.25
Hex7C7B42012F333b1f25
Octal174173102015763733745
Binary1111100111101110000100110111111001111101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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