Html Css Color HEX #725068 Salt Box

📋 copy color: '#725068'

red 114 ◦ green 80 ◦ blue 104

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

Shades of Salt Box #725068

Tints of Salt Box #725068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

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

R = 38.26%
G = 26.85%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#725068 (or 0x725068) is known color: Salt Box. HEX triplet: 72, 50 and 68. RGB value is (114,80,104). Sum of RGB (Red+Green+Blue) = 114+80+104=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #725068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725068 is #8DAF97. Grayscale: #5C5C5C. Windows color (decimal): -9285528 or 6836338. OLE color: 6836338.

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

Color convert

RGB 114 80 104 -
CMYK 0 0.30 0.09 0.55
HSL 317.65º 0.18% 0.38% -
HSV(B) 317.65º 0.3% 0.45% -
XYZ 12.31 10.31 14.44 -
YUV 92.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 114 80 104 0 0.30 0.09 0.55 317.65 0.18 0.38
Hex 72 50 68 0 1E 9 37 13E 12 26
Octal 162 120 150 0 36 11 67 476 22 46
Binary 1110010 1010000 1101000 0 11110 1001 110111 100111110 10010 100110

Color Harmonies of #725068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725068

Black with #725068

Text Example


Text Example

White with #725068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725068; }

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

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

background-color css

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

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

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

border-color css

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

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

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