#7A713F

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

Shades of Go Ben #7A713F

Tints of Go Ben #7A713F

Color information

#7A713F (or 0x7A713F) is unknown color: approx Go Ben. HEX triplet: 7A, 71 and 3F. RGB value is (122,113,63). Sum of RGB (Red+Green+Blue) = 122+113+63=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A713F is #858EC0. Grayscale: #6E6E6E. Windows color (decimal): -8752833 or 4157818. OLE color: 4157818.

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

Color convert

RGB12211363-
CMYK00.070.480.52
HSL50.85º31.89%36.27%-
HSV(B)50.85º48.36%47.84%-
XYZ14.8316.317.07-
YUV109.99101.48136.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.94%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 63 (25% from 255) = 21.14%
R=40.94%
G=37.92%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221136300.070.480.5250.8531.8936.27
Hex7A713F073034332024
Octal17216177076064634044
Binary111101011100011111110111110000110100110011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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