Html Css Color HEX #704767 Salt Box

📋 copy color: '#704767'

red 112 ◦ green 71 ◦ blue 103

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

Shades of Salt Box #704767

Tints of Salt Box #704767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 39.16%
G = 24.83%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#704767 (or 0x704767) is known color: Salt Box. HEX triplet: 70, 47 and 67. RGB value is (112,71,103). Sum of RGB (Red+Green+Blue) = 112+71+103=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704767 is #8FB898. Grayscale: #565656. Windows color (decimal): -9418905 or 6768496. OLE color: 6768496.

HSL color Cylindrical-coordinate representation of color #704767: hue angle of 313.17º 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 #704767 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 103 -
CMYK 0 0.37 0.08 0.56
HSL 313.17º 0.22% 0.36% -
HSV(B) 313.17º 0.37% 0.44% -
XYZ 11.38 8.93 13.96 -
YUV 86.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 112 71 103 0 0.37 0.08 0.56 313.17 0.22 0.36
Hex 70 47 67 0 25 8 38 139 16 24
Octal 160 107 147 0 45 10 70 471 26 44
Binary 1110000 1000111 1100111 0 100101 1000 111000 100111001 10110 100100

Color Harmonies of #704767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704767

Black with #704767

Text Example


Text Example

White with #704767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704767; }

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

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

background-color css

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

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

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

border-color css

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

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

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