#7B7352

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

Shades of Go Ben #7B7352

Tints of Go Ben #7B7352

Color information

#7B7352 (or 0x7B7352) is unknown color: approx Go Ben. HEX triplet: 7B, 73 and 52. RGB value is (123,115,82). Sum of RGB (Red+Green+Blue) = 123+115+82=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7352 is #848CAD. Grayscale: #717171. Windows color (decimal): -8686766 or 5403515. OLE color: 5403515.

HSL color Cylindrical-coordinate representation of color #7B7352: hue angle of 48.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B7352 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB12311582-
CMYK00.070.330.52
HSL48.29º20%40.2%-
HSV(B)48.29º33.33%48.24%-
XYZ15.8217.0810.45-
YUV113.63110.15134.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=38.44%
G=35.94%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231158200.070.330.5248.292040.2
Hex7B7352072134301428
Octal173163122074164602450
Binary111101111100111010010011110000111010011000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,115,82); }

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

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

 a { background-color: rgb(123,115,82); }

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

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

 span { border-color: rgb(123,115,82); }

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