Html Css Color HEX #724B68 Salt Box

📋 copy color: '#724B68'

red 114 ◦ green 75 ◦ blue 104

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

Shades of Salt Box #724B68

Tints of Salt Box #724B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 38.91%
G = 25.6%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#724B68 (or 0x724B68) is known color: Salt Box. HEX triplet: 72, 4B and 68. RGB value is (114,75,104). Sum of RGB (Red+Green+Blue) = 114+75+104=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #724B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B68 is #8DB497. Grayscale: #595959. Windows color (decimal): -9286808 or 6835058. OLE color: 6835058.

HSL color Cylindrical-coordinate representation of color #724B68: hue angle of 315.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B68 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 75 104 -
CMYK 0 0.34 0.09 0.55
HSL 315.38º 0.21% 0.37% -
HSV(B) 315.38º 0.34% 0.45% -
XYZ 11.95 9.61 14.32 -
YUV 89.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 114 75 104 0 0.34 0.09 0.55 315.38 0.21 0.37
Hex 72 4B 68 0 22 9 37 13B 15 25
Octal 162 113 150 0 42 11 67 473 25 45
Binary 1110010 1001011 1101000 0 100010 1001 110111 100111011 10101 100101

Color Harmonies of #724B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B68

Black with #724B68

Text Example


Text Example

White with #724B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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