Html Css Color HEX #7A6449 Soya Bean

📋 copy color: '#7A6449'

red 122 ◦ green 100 ◦ blue 73

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

Shades of Soya Bean #7A6449

Tints of Soya Bean #7A6449

RGB

 RED value IS 122 (48.05% from 255) = 41.36%

 GREEN value IS 100 (39.45% from 255) = 33.9%

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

R = 41.36%
G = 33.9%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#7A6449 (or 0x7A6449) is known color: Soya Bean. HEX triplet: 7A, 64 and 49. RGB value is (122,100,73). Sum of RGB (Red+Green+Blue) = 122+100+73=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6449 is #859BB6. Grayscale: #676767. Windows color (decimal): -8756151 or 4809850. OLE color: 4809850.

HSL color Cylindrical-coordinate representation of color #7A6449: hue angle of 33.06º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A6449 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 100 73 -
CMYK 0 0.18 0.40 0.52
HSL 33.06º 0.25% 0.38% -
HSV(B) 33.06º 0.4% 0.48% -
XYZ 13.79 13.73 8.23 -
YUV 103.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 122 100 73 0 0.18 0.40 0.52 33.06 0.25 0.38
Hex 7A 64 49 0 12 28 34 21 19 26
Octal 172 144 111 0 22 50 64 41 31 46
Binary 1111010 1100100 1001001 0 10010 101000 110100 100001 11001 100110

Color Harmonies of #7A6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6449

Black with #7A6449

Text Example


Text Example

White with #7A6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6449; }

 p { color: rgb(122,100,73); }

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

background-color css

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

 a { background-color: rgb(122,100,73); }

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

border-color css

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

 span { border-color: rgb(122,100,73); }

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