Html Css Color HEX #776345 Soya Bean

📋 copy color: '#776345'

red 119 ◦ green 99 ◦ blue 69

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

Shades of Soya Bean #776345

Tints of Soya Bean #776345

RGB

 RED value IS 119 (46.88% from 255) = 41.46%

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 41.46%
G = 34.49%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#776345 (or 0x776345) is known color: Soya Bean. HEX triplet: 77, 63 and 45. RGB value is (119,99,69). Sum of RGB (Red+Green+Blue) = 119+99+69=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776345 is #889CBA. Grayscale: #656565. Windows color (decimal): -8953019 or 4547447. OLE color: 4547447.

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

Color convert

RGB 119 99 69 -
CMYK 0 0.17 0.42 0.53
HSL 36º 0.27% 0.37% -
HSV(B) 36º 0.42% 0.47% -
XYZ 13.14 13.28 7.5 -
YUV 101.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 119 99 69 0 0.17 0.42 0.53 36 0.27 0.37
Hex 77 63 45 0 11 2A 35 24 1B 25
Octal 167 143 105 0 21 52 65 44 33 45
Binary 1110111 1100011 1000101 0 10001 101010 110101 100100 11011 100101

Color Harmonies of #776345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776345

Black with #776345

Text Example


Text Example

White with #776345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776345; }

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

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

background-color css

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

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

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

border-color css

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

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

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