Html Css Color HEX #704F68 Salt Box

📋 copy color: '#704F68'

red 112 ◦ green 79 ◦ blue 104

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

Shades of Salt Box #704F68

Tints of Salt Box #704F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 37.97%
G = 26.78%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704F68 (or 0x704F68) is known color: Salt Box. HEX triplet: 70, 4F and 68. RGB value is (112,79,104). Sum of RGB (Red+Green+Blue) = 112+79+104=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F68 is #8FB097. Grayscale: #5B5B5B. Windows color (decimal): -9416856 or 6836080. OLE color: 6836080.

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

Color convert

RGB 112 79 104 -
CMYK 0 0.29 0.07 0.56
HSL 314.55º 0.17% 0.37% -
HSV(B) 314.55º 0.29% 0.44% -
XYZ 11.98 10.04 14.4 -
YUV 91.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 112 79 104 0 0.29 0.07 0.56 314.55 0.17 0.37
Hex 70 4F 68 0 1D 7 38 13B 11 25
Octal 160 117 150 0 35 7 70 473 21 45
Binary 1110000 1001111 1101000 0 11101 111 111000 100111011 10001 100101

Color Harmonies of #704F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F68

Black with #704F68

Text Example


Text Example

White with #704F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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