Html Css Color HEX #725368 Salt Box

📋 copy color: '#725368'

red 114 ◦ green 83 ◦ blue 104

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

Shades of Salt Box #725368

Tints of Salt Box #725368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

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

R = 37.87%
G = 27.57%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#725368 (or 0x725368) is known color: Salt Box. HEX triplet: 72, 53 and 68. RGB value is (114,83,104). Sum of RGB (Red+Green+Blue) = 114+83+104=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #725368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725368 is #8DAC97. Grayscale: #5E5E5E. Windows color (decimal): -9284760 or 6837106. OLE color: 6837106.

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

Color convert

RGB 114 83 104 -
CMYK 0 0.27 0.09 0.55
HSL 319.35º 0.16% 0.39% -
HSV(B) 319.35º 0.27% 0.45% -
XYZ 12.53 10.76 14.51 -
YUV 94.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 114 83 104 0 0.27 0.09 0.55 319.35 0.16 0.39
Hex 72 53 68 0 1B 9 37 13F 10 27
Octal 162 123 150 0 33 11 67 477 20 47
Binary 1110010 1010011 1101000 0 11011 1001 110111 100111111 10000 100111

Color Harmonies of #725368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725368

Black with #725368

Text Example


Text Example

White with #725368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725368; }

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

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

background-color css

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

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

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

border-color css

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

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

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