#7C7745

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

Shades of Go Ben #7C7745

Tints of Go Ben #7C7745

Color information

#7C7745 (or 0x7C7745) is unknown color: approx Go Ben. HEX triplet: 7C, 77 and 45. RGB value is (124,119,69). Sum of RGB (Red+Green+Blue) = 124+119+69=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7745 is #8388BA. Grayscale: #737373. Windows color (decimal): -8620219 or 4552572. OLE color: 4552572.

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

Color convert

RGB12411969-
CMYK00.040.440.51
HSL54.55º28.5%37.84%-
HSV(B)54.55º44.35%48.63%-
XYZ15.9817.918.24-
YUV114.8102.16134.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=39.74%
G=38.14%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241196900.040.440.5154.5528.537.84
Hex7C7745042C33371c26
Octal174167105045463673446
Binary111110011101111000101010010110011001111011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,69); }

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

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

 a { background-color: rgb(124,119,69); }

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

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

 span { border-color: rgb(124,119,69); }

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