Html Css Color HEX #704966 Salt Box

📋 copy color: '#704966'

red 112 ◦ green 73 ◦ blue 102

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

Shades of Salt Box #704966

Tints of Salt Box #704966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

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

R = 39.02%
G = 25.44%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704966 (or 0x704966) is known color: Salt Box. HEX triplet: 70, 49 and 66. RGB value is (112,73,102). Sum of RGB (Red+Green+Blue) = 112+73+102=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704966 is #8FB699. Grayscale: #575757. Windows color (decimal): -9418394 or 6703472. OLE color: 6703472.

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

Color convert

RGB 112 73 102 -
CMYK 0 0.35 0.09 0.56
HSL 315.38º 0.21% 0.36% -
HSV(B) 315.38º 0.35% 0.44% -
XYZ 11.46 9.17 13.74 -
YUV 87.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 112 73 102 0 0.35 0.09 0.56 315.38 0.21 0.36
Hex 70 49 66 0 23 9 38 13B 15 24
Octal 160 111 146 0 43 11 70 473 25 44
Binary 1110000 1001001 1100110 0 100011 1001 111000 100111011 10101 100100

Color Harmonies of #704966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704966

Black with #704966

Text Example


Text Example

White with #704966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704966; }

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

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

background-color css

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

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

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

border-color css

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

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

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