Html Css Color HEX #704F6F Salt Box

📋 copy color: '#704F6F'

red 112 ◦ green 79 ◦ blue 111

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

Shades of Salt Box #704F6F

Tints of Salt Box #704F6F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 37.09%
G = 26.16%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#704F6F (or 0x704F6F) is known color: Salt Box. HEX triplet: 70, 4F and 6F. RGB value is (112,79,111). Sum of RGB (Red+Green+Blue) = 112+79+111=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #704F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F6F is #8FB090. Grayscale: #5C5C5C. Windows color (decimal): -9416849 or 7294832. OLE color: 7294832.

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

Color convert

RGB 112 79 111 -
CMYK 0 0.29 0.01 0.56
HSL 301.82º 0.17% 0.37% -
HSV(B) 301.82º 0.29% 0.44% -
XYZ 12.35 10.18 16.35 -
YUV 92.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 112 79 111 0 0.29 0.01 0.56 301.82 0.17 0.37
Hex 70 4F 6F 0 1D 1 38 12E 11 25
Octal 160 117 157 0 35 1 70 456 21 45
Binary 1110000 1001111 1101111 0 11101 1 111000 100101110 10001 100101

Color Harmonies of #704F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F6F

Black with #704F6F

Text Example


Text Example

White with #704F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,79,111); }

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

background-color css

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

 a { background-color: rgb(112,79,111); }

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

border-color css

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

 span { border-color: rgb(112,79,111); }

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