#7A6D4A

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

Shades of Go Ben #7A6D4A

Tints of Go Ben #7A6D4A

Color information

#7A6D4A (or 0x7A6D4A) is unknown color: approx Go Ben. HEX triplet: 7A, 6D and 4A. RGB value is (122,109,74). Sum of RGB (Red+Green+Blue) = 122+109+74=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D4A is #8592B5. Grayscale: #6D6D6D. Windows color (decimal): -8753846 or 4877690. OLE color: 4877690.

HSL color Cylindrical-coordinate representation of color #7A6D4A: hue angle of 43.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A6D4A is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB12210974-
CMYK00.110.390.52
HSL43.75º24.49%38.43%-
HSV(B)43.75º39.34%47.84%-
XYZ14.7315.578.71-
YUV108.9108.31137.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=40%
G=35.74%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221097400.110.390.5243.7524.4938.43
Hex7A6D4A0B27342c1826
Octal1721551120134764543046
Binary1111010110110110010100101110011111010010110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,109,74); }

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

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

 a { background-color: rgb(122,109,74); }

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

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

 span { border-color: rgb(122,109,74); }

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