#7A743F

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

Shades of Go Ben #7A743F

Tints of Go Ben #7A743F

Color information

#7A743F (or 0x7A743F) is unknown color: approx Go Ben. HEX triplet: 7A, 74 and 3F. RGB value is (122,116,63). Sum of RGB (Red+Green+Blue) = 122+116+63=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A743F is #858BC0. Grayscale: #6F6F6F. Windows color (decimal): -8752065 or 4158586. OLE color: 4158586.

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

Color convert

RGB12211663-
CMYK00.050.480.52
HSL53.9º31.89%36.27%-
HSV(B)53.9º48.36%47.84%-
XYZ15.1716.997.18-
YUV111.75100.49135.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 63 (25% from 255) = 20.93%
R=40.53%
G=38.54%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221166300.050.480.5253.931.8936.27
Hex7A743F053034362024
Octal17216477056064664044
Binary111101011101001111110101110000110100110110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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