Html Css Color HEX #704D6D Salt Box

📋 copy color: '#704D6D'

red 112 ◦ green 77 ◦ blue 109

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

Shades of Salt Box #704D6D

Tints of Salt Box #704D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 37.58%
G = 25.84%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#704D6D (or 0x704D6D) is known color: Salt Box. HEX triplet: 70, 4D and 6D. RGB value is (112,77,109). Sum of RGB (Red+Green+Blue) = 112+77+109=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #704D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D6D is #8FB292. Grayscale: #5B5B5B. Windows color (decimal): -9417363 or 7163248. OLE color: 7163248.

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

Color convert

RGB 112 77 109 -
CMYK 0 0.31 0.03 0.56
HSL 305.14º 0.19% 0.37% -
HSV(B) 305.14º 0.31% 0.44% -
XYZ 12.1 9.86 15.73 -
YUV 91.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 112 77 109 0 0.31 0.03 0.56 305.14 0.19 0.37
Hex 70 4D 6D 0 1F 3 38 131 13 25
Octal 160 115 155 0 37 3 70 461 23 45
Binary 1110000 1001101 1101101 0 11111 11 111000 100110001 10011 100101

Color Harmonies of #704D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D6D

Black with #704D6D

Text Example


Text Example

White with #704D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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