Html Css Color HEX #724769 Salt Box

📋 copy color: '#724769'

red 114 ◦ green 71 ◦ blue 105

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

Shades of Salt Box #724769

Tints of Salt Box #724769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 39.31%
G = 24.48%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#724769 (or 0x724769) is known color: Salt Box. HEX triplet: 72, 47 and 69. RGB value is (114,71,105). Sum of RGB (Red+Green+Blue) = 114+71+105=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #724769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724769 is #8DB896. Grayscale: #575757. Windows color (decimal): -9287831 or 6899570. OLE color: 6899570.

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

Color convert

RGB 114 71 105 -
CMYK 0 0.38 0.08 0.55
HSL 312.56º 0.23% 0.36% -
HSV(B) 312.56º 0.38% 0.45% -
XYZ 11.74 9.1 14.5 -
YUV 87.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 114 71 105 0 0.38 0.08 0.55 312.56 0.23 0.36
Hex 72 47 69 0 26 8 37 139 17 24
Octal 162 107 151 0 46 10 67 471 27 44
Binary 1110010 1000111 1101001 0 100110 1000 110111 100111001 10111 100100

Color Harmonies of #724769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724769

Black with #724769

Text Example


Text Example

White with #724769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724769; }

 p { color: rgb(114,71,105); }

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

background-color css

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

 a { background-color: rgb(114,71,105); }

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

border-color css

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

 span { border-color: rgb(114,71,105); }

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