Html Css Color HEX #76654B Soya Bean

📋 copy color: '#76654B'

red 118 ◦ green 101 ◦ blue 75

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

Shades of Soya Bean #76654B

Tints of Soya Bean #76654B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.51%

R = 40.14%
G = 34.35%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76654B (or 0x76654B) is known color: Soya Bean. HEX triplet: 76, 65 and 4B. RGB value is (118,101,75). Sum of RGB (Red+Green+Blue) = 118+101+75=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76654B is #899AB4. Grayscale: #676767. Windows color (decimal): -9018037 or 4941174. OLE color: 4941174.

HSL color Cylindrical-coordinate representation of color #76654B: hue angle of 36.28º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76654B is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 75 -
CMYK 0 0.14 0.36 0.54
HSL 36.28º 0.22% 0.38% -
HSV(B) 36.28º 0.36% 0.46% -
XYZ 13.39 13.67 8.59 -
YUV 103.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 118 101 75 0 0.14 0.36 0.54 36.28 0.22 0.38
Hex 76 65 4B 0 E 24 36 24 16 26
Octal 166 145 113 0 16 44 66 44 26 46
Binary 1110110 1100101 1001011 0 1110 100100 110110 100100 10110 100110

Color Harmonies of #76654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76654B

Black with #76654B

Text Example


Text Example

White with #76654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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