Html Css Color HEX #76644A Soya Bean

📋 copy color: '#76644A'

red 118 ◦ green 100 ◦ blue 74

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

Shades of Soya Bean #76644A

Tints of Soya Bean #76644A

RGB

 RED value IS 118 (46.48% from 255) = 40.41%

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

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 40.41%
G = 34.25%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76644A (or 0x76644A) is known color: Soya Bean. HEX triplet: 76, 64 and 4A. RGB value is (118,100,74). Sum of RGB (Red+Green+Blue) = 118+100+74=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76644A is #899BB5. Grayscale: #666666. Windows color (decimal): -9018294 or 4875382. OLE color: 4875382.

HSL color Cylindrical-coordinate representation of color #76644A: hue angle of 35.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76644A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 74 -
CMYK 0 0.15 0.37 0.54
HSL 35.45º 0.23% 0.38% -
HSV(B) 35.45º 0.37% 0.46% -
XYZ 13.26 13.46 8.38 -
YUV 102.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 118 100 74 0 0.15 0.37 0.54 35.45 0.23 0.38
Hex 76 64 4A 0 F 25 36 23 17 26
Octal 166 144 112 0 17 45 66 43 27 46
Binary 1110110 1100100 1001010 0 1111 100101 110110 100011 10111 100110

Color Harmonies of #76644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76644A

Black with #76644A

Text Example


Text Example

White with #76644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76644A; }

 p { color: rgb(118,100,74); }

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

background-color css

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

 a { background-color: rgb(118,100,74); }

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

border-color css

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

 span { border-color: rgb(118,100,74); }

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