Html Css Color HEX #704C6A Salt Box

📋 copy color: '#704C6A'

red 112 ◦ green 76 ◦ blue 106

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

Shades of Salt Box #704C6A

Tints of Salt Box #704C6A

RGB

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

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

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

R = 38.1%
G = 25.85%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#704C6A (or 0x704C6A) is known color: Salt Box. HEX triplet: 70, 4C and 6A. RGB value is (112,76,106). Sum of RGB (Red+Green+Blue) = 112+76+106=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #704C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C6A is #8FB395. Grayscale: #5A5A5A. Windows color (decimal): -9417622 or 6966384. OLE color: 6966384.

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

Color convert

RGB 112 76 106 -
CMYK 0 0.32 0.05 0.56
HSL 310º 0.19% 0.37% -
HSV(B) 310º 0.32% 0.44% -
XYZ 11.87 9.65 14.87 -
YUV 90.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 112 76 106 0 0.32 0.05 0.56 310 0.19 0.37
Hex 70 4C 6A 0 20 5 38 136 13 25
Octal 160 114 152 0 40 5 70 466 23 45
Binary 1110000 1001100 1101010 0 100000 101 111000 100110110 10011 100101

Color Harmonies of #704C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C6A

Black with #704C6A

Text Example


Text Example

White with #704C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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