#7A713C

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

Shades of Go Ben #7A713C

Tints of Go Ben #7A713C

Color information

#7A713C (or 0x7A713C) is unknown color: approx Go Ben. HEX triplet: 7A, 71 and 3C. RGB value is (122,113,60). Sum of RGB (Red+Green+Blue) = 122+113+60=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A713C is #858EC3. Grayscale: #6D6D6D. Windows color (decimal): -8752836 or 3961210. OLE color: 3961210.

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

Color convert

RGB12211360-
CMYK00.070.510.52
HSL51.29º34.07%35.69%-
HSV(B)51.29º50.82%47.84%-
XYZ14.7516.276.64-
YUV109.6599.98136.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=41.36%
G=38.31%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221136000.070.510.5251.2934.0735.69
Hex7A713C073334332224
Octal17216174076364634244
Binary111101011100011111000111110011110100110011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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