#76654A

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

Shades of Soya Bean #76654A

Tints of Soya Bean #76654A

Color information

#76654A (or 0x76654A) is unknown color: approx Soya Bean. HEX triplet: 76, 65 and 4A. RGB value is (118,101,74). Sum of RGB (Red+Green+Blue) = 118+101+74=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76654A is #899AB5. Grayscale: #676767. Windows color (decimal): -9018038 or 4875638. OLE color: 4875638.

HSL color Cylindrical-coordinate representation of color #76654A: hue angle of 36.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76654A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11810174-
CMYK00.140.370.54
HSL36.82º22.92%37.65%-
HSV(B)36.82º37.29%46.27%-
XYZ13.3613.658.41-
YUV103111.63138.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=40.27%
G=34.47%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181017400.140.370.5436.8222.9237.65
Hex76654A0E2536251726
Octal1661451120164566452746
Binary1110110110010110010100111010010111011010010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76654A; }

 p { color: rgb(118,101,74); }

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

<style>
 a { background-color: #76654A; }

 a { background-color: rgb(118,101,74); }

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

<style>
 span { border-color: #76654A; }

 span { border-color: rgb(118,101,74); }

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