#7B764A

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

Shades of Go Ben #7B764A

Tints of Go Ben #7B764A

Color information

#7B764A (or 0x7B764A) is unknown color: approx Go Ben. HEX triplet: 7B, 76 and 4A. RGB value is (123,118,74). Sum of RGB (Red+Green+Blue) = 123+118+74=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B764A is #8489B5. Grayscale: #727272. Windows color (decimal): -8686006 or 4879995. OLE color: 4879995.

HSL color Cylindrical-coordinate representation of color #7B764A: hue angle of 53.88º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B764A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB12311874-
CMYK00.040.400.52
HSL53.88º24.87%38.63%-
HSV(B)53.88º39.84%48.24%-
XYZ15.8817.669.05-
YUV114.48105.16134.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=39.05%
G=37.46%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231187400.040.400.5253.8824.8738.63
Hex7B764A042834361927
Octal173166112045064663147
Binary111101111101101001010010010100011010011011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,74); }

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

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

 a { background-color: rgb(123,118,74); }

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

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

 span { border-color: rgb(123,118,74); }

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