Html Css Color HEX #704C6B Salt Box

📋 copy color: '#704C6B'

red 112 ◦ green 76 ◦ blue 107

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

Shades of Salt Box #704C6B

Tints of Salt Box #704C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 37.97%
G = 25.76%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#704C6B (or 0x704C6B) is known color: Salt Box. HEX triplet: 70, 4C and 6B. RGB value is (112,76,107). Sum of RGB (Red+Green+Blue) = 112+76+107=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C6B is #8FB394. Grayscale: #5A5A5A. Windows color (decimal): -9417621 or 7031920. OLE color: 7031920.

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

Color convert

RGB 112 76 107 -
CMYK 0 0.32 0.04 0.56
HSL 308.33º 0.19% 0.37% -
HSV(B) 308.33º 0.32% 0.44% -
XYZ 11.92 9.68 15.15 -
YUV 90.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 112 76 107 0 0.32 0.04 0.56 308.33 0.19 0.37
Hex 70 4C 6B 0 20 4 38 134 13 25
Octal 160 114 153 0 40 4 70 464 23 45
Binary 1110000 1001100 1101011 0 100000 100 111000 100110100 10011 100101

Color Harmonies of #704C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C6B

Black with #704C6B

Text Example


Text Example

White with #704C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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