Html Css Color HEX #776145 Soya Bean

📋 copy color: '#776145'

red 119 ◦ green 97 ◦ blue 69

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

Shades of Soya Bean #776145

Tints of Soya Bean #776145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 41.75%
G = 34.04%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#776145 (or 0x776145) is known color: Soya Bean. HEX triplet: 77, 61 and 45. RGB value is (119,97,69). Sum of RGB (Red+Green+Blue) = 119+97+69=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776145 is #889EBA. Grayscale: #646464. Windows color (decimal): -8953531 or 4546935. OLE color: 4546935.

HSL color Cylindrical-coordinate representation of color #776145: hue angle of 33.6º 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 #776145 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 69 -
CMYK 0 0.18 0.42 0.53
HSL 33.6º 0.27% 0.37% -
HSV(B) 33.6º 0.42% 0.47% -
XYZ 12.96 12.9 7.44 -
YUV 100.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 119 97 69 0 0.18 0.42 0.53 33.6 0.27 0.37
Hex 77 61 45 0 12 2A 35 22 1B 25
Octal 167 141 105 0 22 52 65 42 33 45
Binary 1110111 1100001 1000101 0 10010 101010 110101 100010 11011 100101

Color Harmonies of #776145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776145

Black with #776145

Text Example


Text Example

White with #776145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776145; }

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

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

background-color css

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

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

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

border-color css

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

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

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