Html Css Color HEX #726648 Soya Bean

📋 copy color: '#726648'

red 114 ◦ green 102 ◦ blue 72

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

Shades of Soya Bean #726648

Tints of Soya Bean #726648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

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

R = 39.58%
G = 35.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#726648 (or 0x726648) is known color: Soya Bean. HEX triplet: 72, 66 and 48. RGB value is (114,102,72). Sum of RGB (Red+Green+Blue) = 114+102+72=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #726648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726648 is #8D99B7. Grayscale: #666666. Windows color (decimal): -9279928 or 4744818. OLE color: 4744818.

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

Color convert

RGB 114 102 72 -
CMYK 0 0.11 0.37 0.55
HSL 42.86º 0.23% 0.36% -
HSV(B) 42.86º 0.37% 0.45% -
XYZ 12.86 13.55 8.07 -
YUV 102.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 114 102 72 0 0.11 0.37 0.55 42.86 0.23 0.36
Hex 72 66 48 0 B 25 37 2B 17 24
Octal 162 146 110 0 13 45 67 53 27 44
Binary 1110010 1100110 1001000 0 1011 100101 110111 101011 10111 100100

Color Harmonies of #726648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726648

Black with #726648

Text Example


Text Example

White with #726648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726648; }

 p { color: rgb(114,102,72); }

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

background-color css

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

 a { background-color: rgb(114,102,72); }

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

border-color css

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

 span { border-color: rgb(114,102,72); }

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