Html Css Color HEX #76654A Soya Bean

📋 copy color: '#76654A'

red 118 ◦ green 101 ◦ blue 74

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

Shades of Soya Bean #76654A

Tints of Soya Bean #76654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 40.27%
G = 34.47%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76654A (or 0x76654A) is known color: Soya Bean. HEX triplet: 76, 65 and 4A. RGB value is (118,101,74). Sum of RGB (Red+Green+Blue) = 118+101+74=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76654A is #899AB5. Grayscale: #676767. Windows color (decimal): -9018038 or 4875638. OLE color: 4875638.

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

Color convert

RGB 118 101 74 -
CMYK 0 0.14 0.37 0.54
HSL 36.82º 0.23% 0.38% -
HSV(B) 36.82º 0.37% 0.46% -
XYZ 13.36 13.65 8.41 -
YUV 103.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 118 101 74 0 0.14 0.37 0.54 36.82 0.23 0.38
Hex 76 65 4A 0 E 25 36 25 17 26
Octal 166 145 112 0 16 45 66 45 27 46
Binary 1110110 1100101 1001010 0 1110 100101 110110 100101 10111 100110

Color Harmonies of #76654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76654A

Black with #76654A

Text Example


Text Example

White with #76654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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