Html Css Color HEX #704769 Salt Box

📋 copy color: '#704769'

red 112 ◦ green 71 ◦ blue 105

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

Shades of Salt Box #704769

Tints of Salt Box #704769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 38.89%
G = 24.65%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#704769 (or 0x704769) is known color: Salt Box. HEX triplet: 70, 47 and 69. RGB value is (112,71,105). Sum of RGB (Red+Green+Blue) = 112+71+105=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704769 is #8FB896. Grayscale: #575757. Windows color (decimal): -9418903 or 6899568. OLE color: 6899568.

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

Color convert

RGB 112 71 105 -
CMYK 0 0.37 0.06 0.56
HSL 310.24º 0.22% 0.36% -
HSV(B) 310.24º 0.37% 0.44% -
XYZ 11.49 8.97 14.49 -
YUV 87.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 112 71 105 0 0.37 0.06 0.56 310.24 0.22 0.36
Hex 70 47 69 0 25 6 38 136 16 24
Octal 160 107 151 0 45 6 70 466 26 44
Binary 1110000 1000111 1101001 0 100101 110 111000 100110110 10110 100100

Color Harmonies of #704769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704769

Black with #704769

Text Example


Text Example

White with #704769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704769; }

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

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

background-color css

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

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

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

border-color css

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

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

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