#7A714B

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

Shades of Go Ben #7A714B

Tints of Go Ben #7A714B

Color information

#7A714B (or 0x7A714B) is unknown color: approx Go Ben. HEX triplet: 7A, 71 and 4B. RGB value is (122,113,75). Sum of RGB (Red+Green+Blue) = 122+113+75=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A714B is #858EB4. Grayscale: #6F6F6F. Windows color (decimal): -8752821 or 4944250. OLE color: 4944250.

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

Color convert

RGB12211375-
CMYK00.070.390.52
HSL48.51º23.86%38.63%-
HSV(B)48.51º38.52%47.84%-
XYZ15.216.469.03-
YUV111.36107.48135.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=39.35%
G=36.45%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221137500.070.390.5248.5123.8638.63
Hex7A714B072734311827
Octal172161113074764613047
Binary111101011100011001011011110011111010011000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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