Html Css Color HEX #776348 Soya Bean

📋 copy color: '#776348'

red 119 ◦ green 99 ◦ blue 72

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

Shades of Soya Bean #776348

Tints of Soya Bean #776348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 41.03%
G = 34.14%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776348 (or 0x776348) is known color: Soya Bean. HEX triplet: 77, 63 and 48. RGB value is (119,99,72). Sum of RGB (Red+Green+Blue) = 119+99+72=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776348 is #889CB7. Grayscale: #666666. Windows color (decimal): -8953016 or 4744055. OLE color: 4744055.

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

Color convert

RGB 119 99 72 -
CMYK 0 0.17 0.39 0.53
HSL 34.47º 0.25% 0.37% -
HSV(B) 34.47º 0.39% 0.47% -
XYZ 13.24 13.31 8 -
YUV 101.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 119 99 72 0 0.17 0.39 0.53 34.47 0.25 0.37
Hex 77 63 48 0 11 27 35 22 19 25
Octal 167 143 110 0 21 47 65 42 31 45
Binary 1110111 1100011 1001000 0 10001 100111 110101 100010 11001 100101

Color Harmonies of #776348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776348

Black with #776348

Text Example


Text Example

White with #776348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776348; }

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

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

background-color css

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

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

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

border-color css

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

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

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