#7C724D

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

Shades of Go Ben #7C724D

Tints of Go Ben #7C724D

Color information

#7C724D (or 0x7C724D) is unknown color: approx Go Ben. HEX triplet: 7C, 72 and 4D. RGB value is (124,114,77). Sum of RGB (Red+Green+Blue) = 124+114+77=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C724D is #838DB2. Grayscale: #707070. Windows color (decimal): -8621491 or 5075580. OLE color: 5075580.

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

Color convert

RGB12411477-
CMYK00.080.380.51
HSL47.23º23.38%39.41%-
HSV(B)47.23º37.9%48.63%-
XYZ15.6716.869.45-
YUV112.77107.81136.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=39.37%
G=36.19%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241147700.080.380.5147.2323.3839.41
Hex7C724D0826332f1727
Octal1741621150104663572747
Binary1111100111001010011010100010011011001110111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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