#7A6F4E

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

Shades of Go Ben #7A6F4E

Tints of Go Ben #7A6F4E

Color information

#7A6F4E (or 0x7A6F4E) is unknown color: approx Go Ben. HEX triplet: 7A, 6F and 4E. RGB value is (122,111,78). Sum of RGB (Red+Green+Blue) = 122+111+78=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F4E is #8590B1. Grayscale: #6E6E6E. Windows color (decimal): -8753330 or 5140346. OLE color: 5140346.

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

Color convert

RGB12211178-
CMYK00.090.360.52
HSL45º22%39.22%-
HSV(B)45º36.07%47.84%-
XYZ15.0916.069.51-
YUV110.53109.64136.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=39.23%
G=35.69%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221117800.090.360.52452239.22
Hex7A6F4E0924342d1627
Octal1721571160114464552647
Binary1111010110111110011100100110010011010010110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,78); }

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

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

 a { background-color: rgb(122,111,78); }

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

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

 span { border-color: rgb(122,111,78); }

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