#704D67

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

Shades of Salt Box #704D67

Tints of Salt Box #704D67

Color information

#704D67 (or 0x704D67) is unknown color: approx Salt Box. HEX triplet: 70, 4D and 67. RGB value is (112,77,103). Sum of RGB (Red+Green+Blue) = 112+77+103=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #704D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D67 is #8FB298. Grayscale: #5A5A5A. Windows color (decimal): -9417369 or 6770032. OLE color: 6770032.

HSL color Cylindrical-coordinate representation of color #704D67: hue angle of 315.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D67 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11277103-
CMYK00.310.080.56
HSL315.43º18.52%37.06%-
HSV(B)315.43º31.25%43.92%-
XYZ11.789.7314.09-
YUV90.43135.1143.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=38.36%
G=26.37%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127710300.310.080.56315.4318.5237.06
Hex704D6701F83813b1325
Octal16011514703710704732345
Binary111000010011011100111011111100011100010011101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704D67; }

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

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

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

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

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

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

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

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