#704567

Color #704567 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #704567

Tints of Salt Box #704567

Color information

#704567 (or 0x704567) is unknown color: approx Salt Box. HEX triplet: 70, 45 and 67. RGB value is (112,69,103). Sum of RGB (Red+Green+Blue) = 112+69+103=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704567 is #8FBA98. Grayscale: #555555. Windows color (decimal): -9419417 or 6767984. OLE color: 6767984.

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

Color convert

RGB11269103-
CMYK00.380.080.56
HSL312.56º23.76%35.49%-
HSV(B)312.56º38.39%43.92%-
XYZ11.268.6813.91-
YUV85.73137.75146.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=39.44%
G=24.30%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126910300.380.080.56312.5623.7635.49
Hex7045670268381391823
Octal16010514704610704713043
Binary1110000100010111001110100110100011100010011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704567; }

 p { color: rgb(112,69,103); }

 H1.HeaderClassName
 {
   color: #704567;
 }
 .AnyTagClassName
 {
   color: #704567;
 }
</style>
background-color css

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

 a { background-color: rgb(112,69,103); }

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

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

 span { border-color: rgb(112,69,103); }

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