Html Css Color HEX #704D6A Salt Box

📋 copy color: '#704D6A'

red 112 ◦ green 77 ◦ blue 106

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

Shades of Salt Box #704D6A

Tints of Salt Box #704D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 37.97%
G = 26.1%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#704D6A (or 0x704D6A) is known color: Salt Box. HEX triplet: 70, 4D and 6A. RGB value is (112,77,106). Sum of RGB (Red+Green+Blue) = 112+77+106=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D6A is #8FB295. Grayscale: #5A5A5A. Windows color (decimal): -9417366 or 6966640. OLE color: 6966640.

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

Color convert

RGB 112 77 106 -
CMYK 0 0.31 0.05 0.56
HSL 310.29º 0.19% 0.37% -
HSV(B) 310.29º 0.31% 0.44% -
XYZ 11.94 9.79 14.9 -
YUV 90.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 112 77 106 0 0.31 0.05 0.56 310.29 0.19 0.37
Hex 70 4D 6A 0 1F 5 38 136 13 25
Octal 160 115 152 0 37 5 70 466 23 45
Binary 1110000 1001101 1101010 0 11111 101 111000 100110110 10011 100101

Color Harmonies of #704D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D6A

Black with #704D6A

Text Example


Text Example

White with #704D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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