Html Css Color HEX #704766 Salt Box

📋 copy color: '#704766'

red 112 ◦ green 71 ◦ blue 102

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

Shades of Salt Box #704766

Tints of Salt Box #704766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 39.3%
G = 24.91%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704766 (or 0x704766) is known color: Salt Box. HEX triplet: 70, 47 and 66. RGB value is (112,71,102). Sum of RGB (Red+Green+Blue) = 112+71+102=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704766 is #8FB899. Grayscale: #565656. Windows color (decimal): -9418906 or 6702960. OLE color: 6702960.

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

Color convert

RGB 112 71 102 -
CMYK 0 0.37 0.09 0.56
HSL 314.63º 0.22% 0.36% -
HSV(B) 314.63º 0.37% 0.44% -
XYZ 11.33 8.91 13.69 -
YUV 86.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 112 71 102 0 0.37 0.09 0.56 314.63 0.22 0.36
Hex 70 47 66 0 25 9 38 13B 16 24
Octal 160 107 146 0 45 11 70 473 26 44
Binary 1110000 1000111 1100110 0 100101 1001 111000 100111011 10110 100100

Color Harmonies of #704766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704766

Black with #704766

Text Example


Text Example

White with #704766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704766; }

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

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

background-color css

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

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

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

border-color css

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

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

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