Html Css Color HEX #766749 Soya Bean

📋 copy color: '#766749'

red 118 ◦ green 103 ◦ blue 73

#766749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #766749

Tints of Soya Bean #766749

RGB

 RED value IS 118 (46.48% from 255) = 40.14%

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 40.14%
G = 35.03%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#766749 (or 0x766749) is known color: Soya Bean. HEX triplet: 76, 67 and 49. RGB value is (118,103,73). Sum of RGB (Red+Green+Blue) = 118+103+73=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #766749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766749 is #8998B6. Grayscale: #686868. Windows color (decimal): -9017527 or 4810614. OLE color: 4810614.

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

Color convert

RGB 118 103 73 -
CMYK 0 0.13 0.38 0.54
HSL 40º 0.24% 0.37% -
HSV(B) 40º 0.38% 0.46% -
XYZ 13.52 14.03 8.3 -
YUV 104.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 118 103 73 0 0.13 0.38 0.54 40 0.24 0.37
Hex 76 67 49 0 D 26 36 28 18 25
Octal 166 147 111 0 15 46 66 50 30 45
Binary 1110110 1100111 1001001 0 1101 100110 110110 101000 11000 100101

Color Harmonies of #766749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766749

Black with #766749

Text Example


Text Example

White with #766749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766749; }

 p { color: rgb(118,103,73); }

 H1.HeaderClassName
 {
   color: #766749;
 }
 .AnyTagClassName
 {
   color: #766749;
 }
</style>

background-color css

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

 a { background-color: rgb(118,103,73); }

 div.DivClassName
 {
   background-color: #766749;
 }
 .BgClassName
 {
   background-color: #766749;
 }
</style>

border-color css

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

 span { border-color: rgb(118,103,73); }

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