#7A7442

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

Shades of Go Ben #7A7442

Tints of Go Ben #7A7442

Color information

#7A7442 (or 0x7A7442) is unknown color: approx Go Ben. HEX triplet: 7A, 74 and 42. RGB value is (122,116,66). Sum of RGB (Red+Green+Blue) = 122+116+66=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7442 is #858BBD. Grayscale: #707070. Windows color (decimal): -8752062 or 4355194. OLE color: 4355194.

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

Color convert

RGB12211666-
CMYK00.050.460.52
HSL53.57º29.79%36.86%-
HSV(B)53.57º45.9%47.84%-
XYZ15.2517.027.64-
YUV112.09101.99135.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=40.13%
G=38.16%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221166600.050.460.5253.5729.7936.86
Hex7A7442052E34361e25
Octal172164102055664663645
Binary111101011101001000010010110111011010011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,66); }

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

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

 a { background-color: rgb(122,116,66); }

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

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

 span { border-color: rgb(122,116,66); }

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