Html Css Color HEX #704D6C Salt Box

📋 copy color: '#704D6C'

red 112 ◦ green 77 ◦ blue 108

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

Shades of Salt Box #704D6C

Tints of Salt Box #704D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 37.71%
G = 25.93%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#704D6C (or 0x704D6C) is known color: Salt Box. HEX triplet: 70, 4D and 6C. RGB value is (112,77,108). Sum of RGB (Red+Green+Blue) = 112+77+108=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #704D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D6C is #8FB293. Grayscale: #5A5A5A. Windows color (decimal): -9417364 or 7097712. OLE color: 7097712.

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

Color convert

RGB 112 77 108 -
CMYK 0 0.31 0.04 0.56
HSL 306.86º 0.19% 0.37% -
HSV(B) 306.86º 0.31% 0.44% -
XYZ 12.04 9.84 15.45 -
YUV 91 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 112 77 108 0 0.31 0.04 0.56 306.86 0.19 0.37
Hex 70 4D 6C 0 1F 4 38 133 13 25
Octal 160 115 154 0 37 4 70 463 23 45
Binary 1110000 1001101 1101100 0 11111 100 111000 100110011 10011 100101

Color Harmonies of #704D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D6C

Black with #704D6C

Text Example


Text Example

White with #704D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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