Html Css Color HEX #724F69 Salt Box

📋 copy color: '#724F69'

red 114 ◦ green 79 ◦ blue 105

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

Shades of Salt Box #724F69

Tints of Salt Box #724F69

RGB

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

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

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

R = 38.26%
G = 26.51%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#724F69 (or 0x724F69) is known color: Salt Box. HEX triplet: 72, 4F and 69. RGB value is (114,79,105). Sum of RGB (Red+Green+Blue) = 114+79+105=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #724F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F69 is #8DB096. Grayscale: #5C5C5C. Windows color (decimal): -9285783 or 6901618. OLE color: 6901618.

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

Color convert

RGB 114 79 105 -
CMYK 0 0.31 0.08 0.55
HSL 315.43º 0.18% 0.38% -
HSV(B) 315.43º 0.31% 0.45% -
XYZ 12.29 10.19 14.68 -
YUV 92.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 114 79 105 0 0.31 0.08 0.55 315.43 0.18 0.38
Hex 72 4F 69 0 1F 8 37 13B 12 26
Octal 162 117 151 0 37 10 67 473 22 46
Binary 1110010 1001111 1101001 0 11111 1000 110111 100111011 10010 100110

Color Harmonies of #724F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F69

Black with #724F69

Text Example


Text Example

White with #724F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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