Html Css Color HEX #724C6D Salt Box

📋 copy color: '#724C6D'

red 114 ◦ green 76 ◦ blue 109

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

Shades of Salt Box #724C6D

Tints of Salt Box #724C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 38.13%
G = 25.42%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#724C6D (or 0x724C6D) is known color: Salt Box. HEX triplet: 72, 4C and 6D. RGB value is (114,76,109). Sum of RGB (Red+Green+Blue) = 114+76+109=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #724C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C6D is #8DB392. Grayscale: #5B5B5B. Windows color (decimal): -9286547 or 7162994. OLE color: 7162994.

HSL color Cylindrical-coordinate representation of color #724C6D: hue angle of 307.89º 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 #724C6D is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 76 109 -
CMYK 0 0.33 0.04 0.55
HSL 307.89º 0.2% 0.37% -
HSV(B) 307.89º 0.33% 0.45% -
XYZ 12.28 9.85 15.72 -
YUV 91.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 114 76 109 0 0.33 0.04 0.55 307.89 0.2 0.37
Hex 72 4C 6D 0 21 4 37 134 14 25
Octal 162 114 155 0 41 4 67 464 24 45
Binary 1110010 1001100 1101101 0 100001 100 110111 100110100 10100 100101

Color Harmonies of #724C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C6D

Black with #724C6D

Text Example


Text Example

White with #724C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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