Html Css Color HEX #704869 Salt Box

📋 copy color: '#704869'

red 112 ◦ green 72 ◦ blue 105

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

Shades of Salt Box #704869

Tints of Salt Box #704869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

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

R = 38.75%
G = 24.91%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#704869 (or 0x704869) is known color: Salt Box. HEX triplet: 70, 48 and 69. RGB value is (112,72,105). Sum of RGB (Red+Green+Blue) = 112+72+105=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704869 is #8FB796. Grayscale: #575757. Windows color (decimal): -9418647 or 6899824. OLE color: 6899824.

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

Color convert

RGB 112 72 105 -
CMYK 0 0.36 0.06 0.56
HSL 310.5º 0.22% 0.36% -
HSV(B) 310.5º 0.36% 0.44% -
XYZ 11.55 9.1 14.51 -
YUV 87.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 112 72 105 0 0.36 0.06 0.56 310.5 0.22 0.36
Hex 70 48 69 0 24 6 38 136 16 24
Octal 160 110 151 0 44 6 70 466 26 44
Binary 1110000 1001000 1101001 0 100100 110 111000 100110110 10110 100100

Color Harmonies of #704869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704869

Black with #704869

Text Example


Text Example

White with #704869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704869; }

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

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

background-color css

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

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

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

border-color css

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

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

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