Html Css Color HEX #725268 Salt Box

📋 copy color: '#725268'

red 114 ◦ green 82 ◦ blue 104

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

Shades of Salt Box #725268

Tints of Salt Box #725268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

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

R = 38%
G = 27.33%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#725268 (or 0x725268) is known color: Salt Box. HEX triplet: 72, 52 and 68. RGB value is (114,82,104). Sum of RGB (Red+Green+Blue) = 114+82+104=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725268 is #8DAD97. Grayscale: #5E5E5E. Windows color (decimal): -9285016 or 6836850. OLE color: 6836850.

HSL color Cylindrical-coordinate representation of color #725268: hue angle of 318.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725268 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 104 -
CMYK 0 0.28 0.09 0.55
HSL 318.75º 0.16% 0.38% -
HSV(B) 318.75º 0.28% 0.45% -
XYZ 12.46 10.61 14.49 -
YUV 94.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 114 82 104 0 0.28 0.09 0.55 318.75 0.16 0.38
Hex 72 52 68 0 1C 9 37 13F 10 26
Octal 162 122 150 0 34 11 67 477 20 46
Binary 1110010 1010010 1101000 0 11100 1001 110111 100111111 10000 100110

Color Harmonies of #725268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725268

Black with #725268

Text Example


Text Example

White with #725268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725268; }

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

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

background-color css

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

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

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

border-color css

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

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

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