Html Css Color HEX #724F70 Salt Box

📋 copy color: '#724F70'

red 114 ◦ green 79 ◦ blue 112

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

Shades of Salt Box #724F70

Tints of Salt Box #724F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 37.38%
G = 25.9%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#724F70 (or 0x724F70) is known color: Salt Box. HEX triplet: 72, 4F and 70. RGB value is (114,79,112). Sum of RGB (Red+Green+Blue) = 114+79+112=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #724F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F70 is #8DB08F. Grayscale: #5D5D5D. Windows color (decimal): -9285776 or 7360370. OLE color: 7360370.

HSL color Cylindrical-coordinate representation of color #724F70: hue angle of 303.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F70 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 79 112 -
CMYK 0 0.31 0.02 0.55
HSL 303.43º 0.18% 0.38% -
HSV(B) 303.43º 0.31% 0.45% -
XYZ 12.66 10.34 16.66 -
YUV 93.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 114 79 112 0 0.31 0.02 0.55 303.43 0.18 0.38
Hex 72 4F 70 0 1F 2 37 12F 12 26
Octal 162 117 160 0 37 2 67 457 22 46
Binary 1110010 1001111 1110000 0 11111 10 110111 100101111 10010 100110

Color Harmonies of #724F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F70

Black with #724F70

Text Example


Text Example

White with #724F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,79,112); }

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

background-color css

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

 a { background-color: rgb(114,79,112); }

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

border-color css

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

 span { border-color: rgb(114,79,112); }

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