Html Css Color HEX #72664C Soya Bean

📋 copy color: '#72664C'

red 114 ◦ green 102 ◦ blue 76

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

Shades of Soya Bean #72664C

Tints of Soya Bean #72664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 39.04%
G = 34.93%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72664C (or 0x72664C) is known color: Soya Bean. HEX triplet: 72, 66 and 4C. RGB value is (114,102,76). Sum of RGB (Red+Green+Blue) = 114+102+76=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #72664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72664C is #8D99B3. Grayscale: #666666. Windows color (decimal): -9279924 or 5006962. OLE color: 5006962.

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

Color convert

RGB 114 102 76 -
CMYK 0 0.11 0.33 0.55
HSL 41.05º 0.2% 0.37% -
HSV(B) 41.05º 0.33% 0.45% -
XYZ 13 13.6 8.78 -
YUV 102.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 114 102 76 0 0.11 0.33 0.55 41.05 0.2 0.37
Hex 72 66 4C 0 B 21 37 29 14 25
Octal 162 146 114 0 13 41 67 51 24 45
Binary 1110010 1100110 1001100 0 1011 100001 110111 101001 10100 100101

Color Harmonies of #72664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72664C

Black with #72664C

Text Example


Text Example

White with #72664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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