Html Css Color HEX #704C6D Salt Box

📋 copy color: '#704C6D'

red 112 ◦ green 76 ◦ blue 109

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

Shades of Salt Box #704C6D

Tints of Salt Box #704C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 37.71%
G = 25.59%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#704C6D (or 0x704C6D) is known color: Salt Box. HEX triplet: 70, 4C and 6D. RGB value is (112,76,109). Sum of RGB (Red+Green+Blue) = 112+76+109=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #704C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C6D is #8FB392. Grayscale: #5A5A5A. Windows color (decimal): -9417619 or 7162992. OLE color: 7162992.

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

Color convert

RGB 112 76 109 -
CMYK 0 0.32 0.03 0.56
HSL 305º 0.19% 0.37% -
HSV(B) 305º 0.32% 0.44% -
XYZ 12.03 9.72 15.71 -
YUV 90.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 112 76 109 0 0.32 0.03 0.56 305 0.19 0.37
Hex 70 4C 6D 0 20 3 38 131 13 25
Octal 160 114 155 0 40 3 70 461 23 45
Binary 1110000 1001100 1101101 0 100000 11 111000 100110001 10011 100101

Color Harmonies of #704C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C6D

Black with #704C6D

Text Example


Text Example

White with #704C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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