Html Css Color HEX #704868 Salt Box

📋 copy color: '#704868'

red 112 ◦ green 72 ◦ blue 104

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

Shades of Salt Box #704868

Tints of Salt Box #704868

RGB

 RED value IS 112 (44.14% from 255) = 38.89%

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 38.89%
G = 25%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704868 (or 0x704868) is known color: Salt Box. HEX triplet: 70, 48 and 68. RGB value is (112,72,104). Sum of RGB (Red+Green+Blue) = 112+72+104=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704868 is #8FB797. Grayscale: #575757. Windows color (decimal): -9418648 or 6834288. OLE color: 6834288.

HSL color Cylindrical-coordinate representation of color #704868: hue angle of 312º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #704868 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 104 -
CMYK 0 0.36 0.07 0.56
HSL 312º 0.22% 0.36% -
HSV(B) 312º 0.36% 0.44% -
XYZ 11.5 9.08 14.24 -
YUV 87.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 112 72 104 0 0.36 0.07 0.56 312 0.22 0.36
Hex 70 48 68 0 24 7 38 138 16 24
Octal 160 110 150 0 44 7 70 470 26 44
Binary 1110000 1001000 1101000 0 100100 111 111000 100111000 10110 100100

Color Harmonies of #704868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704868

Black with #704868

Text Example


Text Example

White with #704868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704868; }

 p { color: rgb(112,72,104); }

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

background-color css

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

 a { background-color: rgb(112,72,104); }

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

border-color css

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

 span { border-color: rgb(112,72,104); }

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