#7C7244

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

Shades of Go Ben #7C7244

Tints of Go Ben #7C7244

Color information

#7C7244 (or 0x7C7244) is unknown color: approx Go Ben. HEX triplet: 7C, 72 and 44. RGB value is (124,114,68). Sum of RGB (Red+Green+Blue) = 124+114+68=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7244 is #838DBB. Grayscale: #6F6F6F. Windows color (decimal): -8621500 or 4485756. OLE color: 4485756.

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

Color convert

RGB12411468-
CMYK00.080.450.51
HSL49.29º29.17%37.65%-
HSV(B)49.29º45.16%48.63%-
XYZ15.3716.747.89-
YUV111.75103.31136.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=40.52%
G=37.25%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241146800.080.450.5149.2929.1737.65
Hex7C7244082D33311d26
Octal1741621040105563613546
Binary1111100111001010001000100010110111001111000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,68); }

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

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

 a { background-color: rgb(124,114,68); }

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

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

 span { border-color: rgb(124,114,68); }

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