Html Css Color HEX #76624A Soya Bean

📋 copy color: '#76624A'

red 118 ◦ green 98 ◦ blue 74

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

Shades of Soya Bean #76624A

Tints of Soya Bean #76624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

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

R = 40.69%
G = 33.79%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76624A (or 0x76624A) is known color: Soya Bean. HEX triplet: 76, 62 and 4A. RGB value is (118,98,74). Sum of RGB (Red+Green+Blue) = 118+98+74=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76624A is #899DB5. Grayscale: #656565. Windows color (decimal): -9018806 or 4874870. OLE color: 4874870.

HSL color Cylindrical-coordinate representation of color #76624A: hue angle of 32.73º 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 #76624A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 74 -
CMYK 0 0.17 0.37 0.54
HSL 32.73º 0.23% 0.38% -
HSV(B) 32.73º 0.37% 0.46% -
XYZ 13.07 13.08 8.31 -
YUV 101.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 118 98 74 0 0.17 0.37 0.54 32.73 0.23 0.38
Hex 76 62 4A 0 11 25 36 21 17 26
Octal 166 142 112 0 21 45 66 41 27 46
Binary 1110110 1100010 1001010 0 10001 100101 110110 100001 10111 100110

Color Harmonies of #76624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76624A

Black with #76624A

Text Example


Text Example

White with #76624A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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