#7A7352

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

Shades of Go Ben #7A7352

Tints of Go Ben #7A7352

Color information

#7A7352 (or 0x7A7352) is unknown color: approx Go Ben. HEX triplet: 7A, 73 and 52. RGB value is (122,115,82). Sum of RGB (Red+Green+Blue) = 122+115+82=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7352 is #858CAD. Grayscale: #717171. Windows color (decimal): -8752302 or 5403514. OLE color: 5403514.

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

Color convert

RGB12211582-
CMYK00.060.330.52
HSL49.5º19.61%40%-
HSV(B)49.5º32.79%47.84%-
XYZ15.6817.0110.44-
YUV113.33110.32134.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.24%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=38.24%
G=36.05%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221158200.060.330.5249.519.6140
Hex7A7352062134321428
Octal172163122064164622450
Binary111101011100111010010011010000111010011001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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