Html Css Color HEX #776748 Soya Bean

📋 copy color: '#776748'

red 119 ◦ green 103 ◦ blue 72

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

Shades of Soya Bean #776748

Tints of Soya Bean #776748

RGB

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

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

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

R = 40.48%
G = 35.03%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776748 (or 0x776748) is known color: Soya Bean. HEX triplet: 77, 67 and 48. RGB value is (119,103,72). Sum of RGB (Red+Green+Blue) = 119+103+72=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #776748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776748 is #8898B7. Grayscale: #686868. Windows color (decimal): -8951992 or 4745079. OLE color: 4745079.

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

Color convert

RGB 119 103 72 -
CMYK 0 0.13 0.39 0.53
HSL 39.57º 0.25% 0.37% -
HSV(B) 39.57º 0.39% 0.47% -
XYZ 13.63 14.09 8.13 -
YUV 104.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 119 103 72 0 0.13 0.39 0.53 39.57 0.25 0.37
Hex 77 67 48 0 D 27 35 28 19 25
Octal 167 147 110 0 15 47 65 50 31 45
Binary 1110111 1100111 1001000 0 1101 100111 110101 101000 11001 100101

Color Harmonies of #776748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776748

Black with #776748

Text Example


Text Example

White with #776748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776748; }

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

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

background-color css

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

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

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

border-color css

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

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

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