Html Css Color HEX #704768 Salt Box

📋 copy color: '#704768'

red 112 ◦ green 71 ◦ blue 104

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

Shades of Salt Box #704768

Tints of Salt Box #704768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 39.02%
G = 24.74%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704768 (or 0x704768) is known color: Salt Box. HEX triplet: 70, 47 and 68. RGB value is (112,71,104). Sum of RGB (Red+Green+Blue) = 112+71+104=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704768 is #8FB897. Grayscale: #565656. Windows color (decimal): -9418904 or 6834032. OLE color: 6834032.

HSL color Cylindrical-coordinate representation of color #704768: hue angle of 311.71º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704768 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 104 -
CMYK 0 0.37 0.07 0.56
HSL 311.71º 0.22% 0.36% -
HSV(B) 311.71º 0.37% 0.44% -
XYZ 11.43 8.95 14.22 -
YUV 87.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 112 71 104 0 0.37 0.07 0.56 311.71 0.22 0.36
Hex 70 47 68 0 25 7 38 138 16 24
Octal 160 107 150 0 45 7 70 470 26 44
Binary 1110000 1000111 1101000 0 100101 111 111000 100111000 10110 100100

Color Harmonies of #704768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704768

Black with #704768

Text Example


Text Example

White with #704768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704768; }

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

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

background-color css

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

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

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

border-color css

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

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

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