Html Css Color HEX #704F6B Salt Box

📋 copy color: '#704F6B'

red 112 ◦ green 79 ◦ blue 107

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

Shades of Salt Box #704F6B

Tints of Salt Box #704F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 37.58%
G = 26.51%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#704F6B (or 0x704F6B) is known color: Salt Box. HEX triplet: 70, 4F and 6B. RGB value is (112,79,107). Sum of RGB (Red+Green+Blue) = 112+79+107=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #704F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F6B is #8FB094. Grayscale: #5B5B5B. Windows color (decimal): -9416853 or 7032688. OLE color: 7032688.

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

Color convert

RGB 112 79 107 -
CMYK 0 0.29 0.04 0.56
HSL 309.09º 0.17% 0.37% -
HSV(B) 309.09º 0.29% 0.44% -
XYZ 12.13 10.1 15.22 -
YUV 92.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 112 79 107 0 0.29 0.04 0.56 309.09 0.17 0.37
Hex 70 4F 6B 0 1D 4 38 135 11 25
Octal 160 117 153 0 35 4 70 465 21 45
Binary 1110000 1001111 1101011 0 11101 100 111000 100110101 10001 100101

Color Harmonies of #704F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F6B

Black with #704F6B

Text Example


Text Example

White with #704F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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