Html Css Color HEX #704E6D Salt Box

📋 copy color: '#704E6D'

red 112 ◦ green 78 ◦ blue 109

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

Shades of Salt Box #704E6D

Tints of Salt Box #704E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 37.46%
G = 26.09%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#704E6D (or 0x704E6D) is known color: Salt Box. HEX triplet: 70, 4E and 6D. RGB value is (112,78,109). Sum of RGB (Red+Green+Blue) = 112+78+109=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #704E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E6D is #8FB192. Grayscale: #5B5B5B. Windows color (decimal): -9417107 or 7163504. OLE color: 7163504.

HSL color Cylindrical-coordinate representation of color #704E6D: hue angle of 305.29º 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 #704E6D is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 109 -
CMYK 0 0.30 0.03 0.56
HSL 305.29º 0.18% 0.37% -
HSV(B) 305.29º 0.3% 0.44% -
XYZ 12.17 10 15.76 -
YUV 91.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 112 78 109 0 0.30 0.03 0.56 305.29 0.18 0.37
Hex 70 4E 6D 0 1E 3 38 131 12 25
Octal 160 116 155 0 36 3 70 461 22 45
Binary 1110000 1001110 1101101 0 11110 11 111000 100110001 10010 100101

Color Harmonies of #704E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E6D

Black with #704E6D

Text Example


Text Example

White with #704E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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