Html Css Color HEX #724F6D Salt Box

📋 copy color: '#724F6D'

red 114 ◦ green 79 ◦ blue 109

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

Shades of Salt Box #724F6D

Tints of Salt Box #724F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 37.75%
G = 26.16%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#724F6D (or 0x724F6D) is known color: Salt Box. HEX triplet: 72, 4F and 6D. RGB value is (114,79,109). Sum of RGB (Red+Green+Blue) = 114+79+109=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #724F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F6D is #8DB092. Grayscale: #5C5C5C. Windows color (decimal): -9285779 or 7163762. OLE color: 7163762.

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

Color convert

RGB 114 79 109 -
CMYK 0 0.31 0.04 0.55
HSL 308.57º 0.18% 0.38% -
HSV(B) 308.57º 0.31% 0.45% -
XYZ 12.5 10.27 15.79 -
YUV 92.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 114 79 109 0 0.31 0.04 0.55 308.57 0.18 0.38
Hex 72 4F 6D 0 1F 4 37 135 12 26
Octal 162 117 155 0 37 4 67 465 22 46
Binary 1110010 1001111 1101101 0 11111 100 110111 100110101 10010 100110

Color Harmonies of #724F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F6D

Black with #724F6D

Text Example


Text Example

White with #724F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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