#7B754A

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

Shades of Go Ben #7B754A

Tints of Go Ben #7B754A

Color information

#7B754A (or 0x7B754A) is unknown color: approx Go Ben. HEX triplet: 7B, 75 and 4A. RGB value is (123,117,74). Sum of RGB (Red+Green+Blue) = 123+117+74=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B754A is #848AB5. Grayscale: #727272. Windows color (decimal): -8686262 or 4879739. OLE color: 4879739.

HSL color Cylindrical-coordinate representation of color #7B754A: hue angle of 52.65º 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 #7B754A is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB12311774-
CMYK00.050.400.52
HSL52.65º24.87%38.63%-
HSV(B)52.65º39.84%48.24%-
XYZ15.7717.439.01-
YUV113.89105.49134.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=39.17%
G=37.26%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231177400.050.400.5252.6524.8738.63
Hex7B754A052834351927
Octal173165112055064653147
Binary111101111101011001010010110100011010011010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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