Html Css Color HEX #725A69 Salt Box

📋 copy color: '#725A69'

red 114 ◦ green 90 ◦ blue 105

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

Shades of Salt Box #725A69

Tints of Salt Box #725A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

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

R = 36.89%
G = 29.13%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#725A69 (or 0x725A69) is known color: Salt Box. HEX triplet: 72, 5A and 69. RGB value is (114,90,105). Sum of RGB (Red+Green+Blue) = 114+90+105=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #725A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A69 is #8DA596. Grayscale: #626262. Windows color (decimal): -9282967 or 6904434. OLE color: 6904434.

HSL color Cylindrical-coordinate representation of color #725A69: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A69 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 90 105 -
CMYK 0 0.21 0.08 0.55
HSL 322.5º 0.12% 0.4% -
HSV(B) 322.5º 0.21% 0.45% -
XYZ 13.15 11.91 14.97 -
YUV 98.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 114 90 105 0 0.21 0.08 0.55 322.5 0.12 0.4
Hex 72 5A 69 0 15 8 37 142 C 28
Octal 162 132 151 0 25 10 67 502 14 50
Binary 1110010 1011010 1101001 0 10101 1000 110111 101000010 1100 101000

Color Harmonies of #725A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A69

Black with #725A69

Text Example


Text Example

White with #725A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725A69; }

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

 H1.HeaderClassName
 {
   color: #725A69;
 }
 .AnyTagClassName
 {
   color: #725A69;
 }
</style>

background-color css

<style>
 a { background-color: #725A69; }

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

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

border-color css

<style>
 span { border-color: #725A69; }

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

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