#7C7848

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

Shades of Go Ben #7C7848

Tints of Go Ben #7C7848

Color information

#7C7848 (or 0x7C7848) is unknown color: approx Go Ben. HEX triplet: 7C, 78 and 48. RGB value is (124,120,72). Sum of RGB (Red+Green+Blue) = 124+120+72=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7848 is #8387B7. Grayscale: #737373. Windows color (decimal): -8619960 or 4749436. OLE color: 4749436.

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

Color convert

RGB12412072-
CMYK00.030.420.51
HSL55.38º26.53%38.43%-
HSV(B)55.38º41.94%48.63%-
XYZ16.218.198.79-
YUV115.72103.33133.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=39.24%
G=37.97%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241207200.030.420.5155.3826.5338.43
Hex7C7848032A33371b26
Octal174170110035263673346
Binary11111001111000100100001110101011001111011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,120,72); }

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

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

 a { background-color: rgb(124,120,72); }

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

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

 span { border-color: rgb(124,120,72); }

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