Html Css Color HEX #725E70 Salt Box

📋 copy color: '#725E70'

red 114 ◦ green 94 ◦ blue 112

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

Shades of Salt Box #725E70

Tints of Salt Box #725E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

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

R = 35.63%
G = 29.38%
B = 35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#725E70 (or 0x725E70) is known color: Salt Box. HEX triplet: 72, 5E and 70. RGB value is (114,94,112). Sum of RGB (Red+Green+Blue) = 114+94+112=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #725E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E70 is #8DA18F. Grayscale: #656565. Windows color (decimal): -9281936 or 7364210. OLE color: 7364210.

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

Color convert

RGB 114 94 112 -
CMYK 0 0.18 0.02 0.55
HSL 306º 0.1% 0.41% -
HSV(B) 306º 0.18% 0.45% -
XYZ 13.87 12.75 17.06 -
YUV 102.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 114 94 112 0 0.18 0.02 0.55 306 0.1 0.41
Hex 72 5E 70 0 12 2 37 132 A 29
Octal 162 136 160 0 22 2 67 462 12 51
Binary 1110010 1011110 1110000 0 10010 10 110111 100110010 1010 101001

Color Harmonies of #725E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E70

Black with #725E70

Text Example


Text Example

White with #725E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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