#7B7540

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

Shades of Go Ben #7B7540

Tints of Go Ben #7B7540

Color information

#7B7540 (or 0x7B7540) is unknown color: approx Go Ben. HEX triplet: 7B, 75 and 40. RGB value is (123,117,64). Sum of RGB (Red+Green+Blue) = 123+117+64=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7540 is #848ABF. Grayscale: #707070. Windows color (decimal): -8686272 or 4224379. OLE color: 4224379.

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

Color convert

RGB12311764-
CMYK00.050.480.52
HSL53.9º31.55%36.67%-
HSV(B)53.9º47.97%48.24%-
XYZ15.4617.37.38-
YUV112.75100.49135.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.46%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=40.46%
G=38.49%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231176400.050.480.5253.931.5536.67
Hex7B7540053034362025
Octal173165100056064664045
Binary1111011111010110000000101110000110100110110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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