#7B704D

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

Shades of Go Ben #7B704D

Tints of Go Ben #7B704D

Color information

#7B704D (or 0x7B704D) is unknown color: approx Go Ben. HEX triplet: 7B, 70 and 4D. RGB value is (123,112,77). Sum of RGB (Red+Green+Blue) = 123+112+77=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 123 - color contains mainly: red. Hex color #7B704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B704D is #848FB2. Grayscale: #6F6F6F. Windows color (decimal): -8687539 or 5075067. OLE color: 5075067.

HSL color Cylindrical-coordinate representation of color #7B704D: hue angle of 45.65º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B704D is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB12311277-
CMYK00.090.370.52
HSL45.65º23%39.22%-
HSV(B)45.65º37.4%48.24%-
XYZ15.316.349.37-
YUV111.3108.64136.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.42%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=39.42%
G=35.90%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231127700.090.370.5245.652339.22
Hex7B704D0925342e1727
Octal1731601150114564562747
Binary1111011111000010011010100110010111010010111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,77); }

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

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

 a { background-color: rgb(123,112,77); }

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

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

 span { border-color: rgb(123,112,77); }

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