Html Css Color HEX #704E66 Salt Box

📋 copy color: '#704E66'

red 112 ◦ green 78 ◦ blue 102

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

Shades of Salt Box #704E66

Tints of Salt Box #704E66

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

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

R = 38.36%
G = 26.71%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704E66 (or 0x704E66) is known color: Salt Box. HEX triplet: 70, 4E and 66. RGB value is (112,78,102). Sum of RGB (Red+Green+Blue) = 112+78+102=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #704E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E66 is #8FB199. Grayscale: #5A5A5A. Windows color (decimal): -9417114 or 6704752. OLE color: 6704752.

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

Color convert

RGB 112 78 102 -
CMYK 0 0.30 0.09 0.56
HSL 317.65º 0.18% 0.37% -
HSV(B) 317.65º 0.3% 0.44% -
XYZ 11.8 9.85 13.85 -
YUV 90.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 112 78 102 0 0.30 0.09 0.56 317.65 0.18 0.37
Hex 70 4E 66 0 1E 9 38 13E 12 25
Octal 160 116 146 0 36 11 70 476 22 45
Binary 1110000 1001110 1100110 0 11110 1001 111000 100111110 10010 100101

Color Harmonies of #704E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E66

Black with #704E66

Text Example


Text Example

White with #704E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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