Html Css Color HEX #756748 Soya Bean

📋 copy color: '#756748'

red 117 ◦ green 103 ◦ blue 72

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

Shades of Soya Bean #756748

Tints of Soya Bean #756748

RGB

 RED value IS 117 (46.09% from 255) = 40.07%

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

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

R = 40.07%
G = 35.27%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#756748 (or 0x756748) is known color: Soya Bean. HEX triplet: 75, 67 and 48. RGB value is (117,103,72). Sum of RGB (Red+Green+Blue) = 117+103+72=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #756748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756748 is #8A98B7. Grayscale: #676767. Windows color (decimal): -9083064 or 4745077. OLE color: 4745077.

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

Color convert

RGB 117 103 72 -
CMYK 0 0.12 0.38 0.54
HSL 41.33º 0.24% 0.37% -
HSV(B) 41.33º 0.38% 0.46% -
XYZ 13.36 13.95 8.12 -
YUV 103.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 117 103 72 0 0.12 0.38 0.54 41.33 0.24 0.37
Hex 75 67 48 0 C 26 36 29 18 25
Octal 165 147 110 0 14 46 66 51 30 45
Binary 1110101 1100111 1001000 0 1100 100110 110110 101001 11000 100101

Color Harmonies of #756748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756748

Black with #756748

Text Example


Text Example

White with #756748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756748; }

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

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

background-color css

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

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

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

border-color css

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

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

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