Html Css Color HEX #724868 Salt Box

📋 copy color: '#724868'

red 114 ◦ green 72 ◦ blue 104

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

Shades of Salt Box #724868

Tints of Salt Box #724868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 39.31%
G = 24.83%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#724868 (or 0x724868) is known color: Salt Box. HEX triplet: 72, 48 and 68. RGB value is (114,72,104). Sum of RGB (Red+Green+Blue) = 114+72+104=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #724868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724868 is #8DB797. Grayscale: #585858. Windows color (decimal): -9287576 or 6834290. OLE color: 6834290.

HSL color Cylindrical-coordinate representation of color #724868: hue angle of 314.29º 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 #724868 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 104 -
CMYK 0 0.37 0.09 0.55
HSL 314.29º 0.23% 0.36% -
HSV(B) 314.29º 0.37% 0.45% -
XYZ 11.76 9.21 14.26 -
YUV 88.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 114 72 104 0 0.37 0.09 0.55 314.29 0.23 0.36
Hex 72 48 68 0 25 9 37 13A 17 24
Octal 162 110 150 0 45 11 67 472 27 44
Binary 1110010 1001000 1101000 0 100101 1001 110111 100111010 10111 100100

Color Harmonies of #724868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724868

Black with #724868

Text Example


Text Example

White with #724868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724868; }

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

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

background-color css

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

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

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

border-color css

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

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

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