Html Css Color HEX #726047 Soya Bean

📋 copy color: '#726047'

red 114 ◦ green 96 ◦ blue 71

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

Shades of Soya Bean #726047

Tints of Soya Bean #726047

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 40.57%
G = 34.16%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#726047 (or 0x726047) is known color: Soya Bean. HEX triplet: 72, 60 and 47. RGB value is (114,96,71). Sum of RGB (Red+Green+Blue) = 114+96+71=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #726047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726047 is #8D9FB8. Grayscale: #626262. Windows color (decimal): -9281465 or 4677746. OLE color: 4677746.

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

Color convert

RGB 114 96 71 -
CMYK 0 0.16 0.38 0.55
HSL 34.88º 0.23% 0.36% -
HSV(B) 34.88º 0.38% 0.45% -
XYZ 12.26 12.4 7.71 -
YUV 98.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 114 96 71 0 0.16 0.38 0.55 34.88 0.23 0.36
Hex 72 60 47 0 10 26 37 23 17 24
Octal 162 140 107 0 20 46 67 43 27 44
Binary 1110010 1100000 1000111 0 10000 100110 110111 100011 10111 100100

Color Harmonies of #726047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726047

Black with #726047

Text Example


Text Example

White with #726047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726047; }

 p { color: rgb(114,96,71); }

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

background-color css

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

 a { background-color: rgb(114,96,71); }

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

border-color css

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

 span { border-color: rgb(114,96,71); }

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