Html Css Color HEX #724B6E Salt Box

📋 copy color: '#724B6E'

red 114 ◦ green 75 ◦ blue 110

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

Shades of Salt Box #724B6E

Tints of Salt Box #724B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 38.13%
G = 25.08%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#724B6E (or 0x724B6E) is known color: Salt Box. HEX triplet: 72, 4B and 6E. RGB value is (114,75,110). Sum of RGB (Red+Green+Blue) = 114+75+110=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #724B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B6E is #8DB491. Grayscale: #5A5A5A. Windows color (decimal): -9286802 or 7228274. OLE color: 7228274.

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

Color convert

RGB 114 75 110 -
CMYK 0 0.34 0.04 0.55
HSL 306.15º 0.21% 0.37% -
HSV(B) 306.15º 0.34% 0.45% -
XYZ 12.27 9.74 15.98 -
YUV 90.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 114 75 110 0 0.34 0.04 0.55 306.15 0.21 0.37
Hex 72 4B 6E 0 22 4 37 132 15 25
Octal 162 113 156 0 42 4 67 462 25 45
Binary 1110010 1001011 1101110 0 100010 100 110111 100110010 10101 100101

Color Harmonies of #724B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B6E

Black with #724B6E

Text Example


Text Example

White with #724B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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