#7C7452

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

Shades of Go Ben #7C7452

Tints of Go Ben #7C7452

Color information

#7C7452 (or 0x7C7452) is unknown color: approx Go Ben. HEX triplet: 7C, 74 and 52. RGB value is (124,116,82). Sum of RGB (Red+Green+Blue) = 124+116+82=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7452 is #838BAD. Grayscale: #727272. Windows color (decimal): -8620974 or 5403772. OLE color: 5403772.

HSL color Cylindrical-coordinate representation of color #7C7452: hue angle of 48.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C7452 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB12411682-
CMYK00.060.340.51
HSL48.57º20.39%40.39%-
HSV(B)48.57º33.87%48.63%-
XYZ16.0817.3910.49-
YUV114.52109.65134.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=38.51%
G=36.02%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241168200.060.340.5148.5720.3940.39
Hex7C7452062233311428
Octal174164122064263612450
Binary111110011101001010010011010001011001111000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,116,82); }

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

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

 a { background-color: rgb(124,116,82); }

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

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

 span { border-color: rgb(124,116,82); }

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