Html Css Color HEX #704666 Salt Box

📋 copy color: '#704666'

red 112 ◦ green 70 ◦ blue 102

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

Shades of Salt Box #704666

Tints of Salt Box #704666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 39.44%
G = 24.65%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704666 (or 0x704666) is known color: Salt Box. HEX triplet: 70, 46 and 66. RGB value is (112,70,102). Sum of RGB (Red+Green+Blue) = 112+70+102=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704666 is #8FB999. Grayscale: #565656. Windows color (decimal): -9419162 or 6702704. OLE color: 6702704.

HSL color Cylindrical-coordinate representation of color #704666: hue angle of 314.29º 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 #704666 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 102 -
CMYK 0 0.38 0.09 0.56
HSL 314.29º 0.23% 0.36% -
HSV(B) 314.29º 0.38% 0.44% -
XYZ 11.27 8.78 13.67 -
YUV 86.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 112 70 102 0 0.38 0.09 0.56 314.29 0.23 0.36
Hex 70 46 66 0 26 9 38 13A 17 24
Octal 160 106 146 0 46 11 70 472 27 44
Binary 1110000 1000110 1100110 0 100110 1001 111000 100111010 10111 100100

Color Harmonies of #704666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704666

Black with #704666

Text Example


Text Example

White with #704666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704666; }

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

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

background-color css

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

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

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

border-color css

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

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

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