Html Css Color HEX #746748 Soya Bean

📋 copy color: '#746748'

red 116 ◦ green 103 ◦ blue 72

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

Shades of Soya Bean #746748

Tints of Soya Bean #746748

RGB

 RED value IS 116 (45.7% from 255) = 39.86%

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 39.86%
G = 35.4%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#746748 (or 0x746748) is known color: Soya Bean. HEX triplet: 74, 67 and 48. RGB value is (116,103,72). Sum of RGB (Red+Green+Blue) = 116+103+72=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746748 is #8B98B7. Grayscale: #676767. Windows color (decimal): -9148600 or 4745076. OLE color: 4745076.

HSL color Cylindrical-coordinate representation of color #746748: hue angle of 42.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746748 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 72 -
CMYK 0 0.11 0.38 0.55
HSL 42.27º 0.23% 0.37% -
HSV(B) 42.27º 0.38% 0.45% -
XYZ 13.22 13.88 8.11 -
YUV 103.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 116 103 72 0 0.11 0.38 0.55 42.27 0.23 0.37
Hex 74 67 48 0 B 26 37 2A 17 25
Octal 164 147 110 0 13 46 67 52 27 45
Binary 1110100 1100111 1001000 0 1011 100110 110111 101010 10111 100101

Color Harmonies of #746748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746748

Black with #746748

Text Example


Text Example

White with #746748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746748; }

 p { color: rgb(116,103,72); }

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

background-color css

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

 a { background-color: rgb(116,103,72); }

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

border-color css

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

 span { border-color: rgb(116,103,72); }

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