Html Css Color HEX #704F6D Salt Box

📋 copy color: '#704F6D'

red 112 ◦ green 79 ◦ blue 109

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

Shades of Salt Box #704F6D

Tints of Salt Box #704F6D

RGB

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

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

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

R = 37.33%
G = 26.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#704F6D (or 0x704F6D) is known color: Salt Box. HEX triplet: 70, 4F and 6D. RGB value is (112,79,109). Sum of RGB (Red+Green+Blue) = 112+79+109=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #704F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F6D is #8FB092. Grayscale: #5C5C5C. Windows color (decimal): -9416851 or 7163760. OLE color: 7163760.

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

Color convert

RGB 112 79 109 -
CMYK 0 0.29 0.03 0.56
HSL 305.45º 0.17% 0.37% -
HSV(B) 305.45º 0.29% 0.44% -
XYZ 12.24 10.14 15.78 -
YUV 92.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 112 79 109 0 0.29 0.03 0.56 305.45 0.17 0.37
Hex 70 4F 6D 0 1D 3 38 131 11 25
Octal 160 117 155 0 35 3 70 461 21 45
Binary 1110000 1001111 1101101 0 11101 11 111000 100110001 10001 100101

Color Harmonies of #704F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F6D

Black with #704F6D

Text Example


Text Example

White with #704F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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