Html Css Color HEX #724F68 Salt Box

📋 copy color: '#724F68'

red 114 ◦ green 79 ◦ blue 104

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

Shades of Salt Box #724F68

Tints of Salt Box #724F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 38.38%
G = 26.6%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#724F68 (or 0x724F68) is known color: Salt Box. HEX triplet: 72, 4F and 68. RGB value is (114,79,104). Sum of RGB (Red+Green+Blue) = 114+79+104=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #724F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F68 is #8DB097. Grayscale: #5C5C5C. Windows color (decimal): -9285784 or 6836082. OLE color: 6836082.

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

Color convert

RGB 114 79 104 -
CMYK 0 0.31 0.09 0.55
HSL 317.14º 0.18% 0.38% -
HSV(B) 317.14º 0.31% 0.45% -
XYZ 12.23 10.17 14.41 -
YUV 92.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 114 79 104 0 0.31 0.09 0.55 317.14 0.18 0.38
Hex 72 4F 68 0 1F 9 37 13D 12 26
Octal 162 117 150 0 37 11 67 475 22 46
Binary 1110010 1001111 1101000 0 11111 1001 110111 100111101 10010 100110

Color Harmonies of #724F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F68

Black with #724F68

Text Example


Text Example

White with #724F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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