#7A7149

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

Shades of Go Ben #7A7149

Tints of Go Ben #7A7149

Color information

#7A7149 (or 0x7A7149) is unknown color: approx Go Ben. HEX triplet: 7A, 71 and 49. RGB value is (122,113,73). Sum of RGB (Red+Green+Blue) = 122+113+73=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7149 is #858EB6. Grayscale: #6F6F6F. Windows color (decimal): -8752823 or 4813178. OLE color: 4813178.

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

Color convert

RGB12211373-
CMYK00.070.400.52
HSL48.98º25.13%38.24%-
HSV(B)48.98º40.16%47.84%-
XYZ15.1316.438.68-
YUV111.13106.48135.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.61%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=39.61%
G=36.69%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221137300.070.400.5248.9825.1338.24
Hex7A7149072834311926
Octal172161111075064613146
Binary111101011100011001001011110100011010011000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,73); }

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

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

 a { background-color: rgb(122,113,73); }

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

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

 span { border-color: rgb(122,113,73); }

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