Html Css Color HEX #724869 Salt Box

📋 copy color: '#724869'

red 114 ◦ green 72 ◦ blue 105

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

Shades of Salt Box #724869

Tints of Salt Box #724869

RGB

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

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

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

R = 39.18%
G = 24.74%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#724869 (or 0x724869) is known color: Salt Box. HEX triplet: 72, 48 and 69. RGB value is (114,72,105). Sum of RGB (Red+Green+Blue) = 114+72+105=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #724869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724869 is #8DB796. Grayscale: #585858. Windows color (decimal): -9287575 or 6899826. OLE color: 6899826.

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

Color convert

RGB 114 72 105 -
CMYK 0 0.37 0.08 0.55
HSL 312.86º 0.23% 0.36% -
HSV(B) 312.86º 0.37% 0.45% -
XYZ 11.81 9.23 14.52 -
YUV 88.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 114 72 105 0 0.37 0.08 0.55 312.86 0.23 0.36
Hex 72 48 69 0 25 8 37 139 17 24
Octal 162 110 151 0 45 10 67 471 27 44
Binary 1110010 1001000 1101001 0 100101 1000 110111 100111001 10111 100100

Color Harmonies of #724869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724869

Black with #724869

Text Example


Text Example

White with #724869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724869; }

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

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

background-color css

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

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

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

border-color css

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

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

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