#77634A

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

Shades of Soya Bean #77634A

Tints of Soya Bean #77634A

Color information

#77634A (or 0x77634A) is unknown color: approx Soya Bean. HEX triplet: 77, 63 and 4A. RGB value is (119,99,74). Sum of RGB (Red+Green+Blue) = 119+99+74=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77634A is #889CB5. Grayscale: #666666. Windows color (decimal): -8953014 or 4875127. OLE color: 4875127.

HSL color Cylindrical-coordinate representation of color #77634A: hue angle of 33.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77634A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1199974-
CMYK00.170.380.53
HSL33.33º23.32%37.84%-
HSV(B)33.33º37.82%46.67%-
XYZ13.3113.348.35-
YUV102.13112.13140.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=40.75%
G=33.90%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119997400.170.380.5333.3323.3237.84
Hex77634A0112635211726
Octal1671431120214665412746
Binary11101111100011100101001000110011011010110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,99,74); }

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

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

 a { background-color: rgb(119,99,74); }

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

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

 span { border-color: rgb(119,99,74); }

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