Html Css Color HEX #704668 Salt Box

📋 copy color: '#704668'

red 112 ◦ green 70 ◦ blue 104

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

Shades of Salt Box #704668

Tints of Salt Box #704668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 39.16%
G = 24.48%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704668 (or 0x704668) is known color: Salt Box. HEX triplet: 70, 46 and 68. RGB value is (112,70,104). Sum of RGB (Red+Green+Blue) = 112+70+104=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704668 is #8FB997. Grayscale: #565656. Windows color (decimal): -9419160 or 6833776. OLE color: 6833776.

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

Color convert

RGB 112 70 104 -
CMYK 0 0.38 0.07 0.56
HSL 311.43º 0.23% 0.36% -
HSV(B) 311.43º 0.38% 0.44% -
XYZ 11.37 8.82 14.2 -
YUV 86.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 112 70 104 0 0.38 0.07 0.56 311.43 0.23 0.36
Hex 70 46 68 0 26 7 38 137 17 24
Octal 160 106 150 0 46 7 70 467 27 44
Binary 1110000 1000110 1101000 0 100110 111 111000 100110111 10111 100100

Color Harmonies of #704668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704668

Black with #704668

Text Example


Text Example

White with #704668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704668; }

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

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

background-color css

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

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

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

border-color css

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

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

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