#7A6747

Color #7A6747 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #7A6747

Tints of Soya Bean #7A6747

Color information

#7A6747 (or 0x7A6747) is unknown color: approx Soya Bean. HEX triplet: 7A, 67 and 47. RGB value is (122,103,71). Sum of RGB (Red+Green+Blue) = 122+103+71=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6747 is #8598B8. Grayscale: #696969. Windows color (decimal): -8755385 or 4679546. OLE color: 4679546.

HSL color Cylindrical-coordinate representation of color #7A6747: hue angle of 37.65º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A6747 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB12210371-
CMYK00.160.420.52
HSL37.65º26.42%37.84%-
HSV(B)37.65º41.8%47.84%-
XYZ14.0114.297.98-
YUV105.03108.79140.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=41.22%
G=34.80%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221037100.160.420.5237.6526.4237.84
Hex7A67470102A34261a26
Octal1721471070205264463246
Binary11110101100111100011101000010101011010010011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,71); }

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

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

 a { background-color: rgb(122,103,71); }

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

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

 span { border-color: rgb(122,103,71); }

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