Html Css Color HEX #704F69 Salt Box

📋 copy color: '#704F69'

red 112 ◦ green 79 ◦ blue 105

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

Shades of Salt Box #704F69

Tints of Salt Box #704F69

RGB

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

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

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

R = 37.84%
G = 26.69%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#704F69 (or 0x704F69) is known color: Salt Box. HEX triplet: 70, 4F and 69. RGB value is (112,79,105). Sum of RGB (Red+Green+Blue) = 112+79+105=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #704F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F69 is #8FB096. Grayscale: #5B5B5B. Windows color (decimal): -9416855 or 6901616. OLE color: 6901616.

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

Color convert

RGB 112 79 105 -
CMYK 0 0.29 0.06 0.56
HSL 312.73º 0.17% 0.37% -
HSV(B) 312.73º 0.29% 0.44% -
XYZ 12.03 10.06 14.67 -
YUV 91.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 112 79 105 0 0.29 0.06 0.56 312.73 0.17 0.37
Hex 70 4F 69 0 1D 6 38 139 11 25
Octal 160 117 151 0 35 6 70 471 21 45
Binary 1110000 1001111 1101001 0 11101 110 111000 100111001 10001 100101

Color Harmonies of #704F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F69

Black with #704F69

Text Example


Text Example

White with #704F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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