Html Css Color HEX #705C68 Salt Box

📋 copy color: '#705C68'

red 112 ◦ green 92 ◦ blue 104

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

Shades of Salt Box #705C68

Tints of Salt Box #705C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 36.36%
G = 29.87%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#705C68 (or 0x705C68) is known color: Salt Box. HEX triplet: 70, 5C and 68. RGB value is (112,92,104). Sum of RGB (Red+Green+Blue) = 112+92+104=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #705C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C68 is #8FA397. Grayscale: #636363. Windows color (decimal): -9413528 or 6839408. OLE color: 6839408.

HSL color Cylindrical-coordinate representation of color #705C68: hue angle of 324º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705C68 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 92 104 -
CMYK 0 0.18 0.07 0.56
HSL 324º 0.1% 0.4% -
HSV(B) 324º 0.18% 0.44% -
XYZ 13.01 12.1 14.75 -
YUV 99.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 112 92 104 0 0.18 0.07 0.56 324 0.1 0.4
Hex 70 5C 68 0 12 7 38 144 A 28
Octal 160 134 150 0 22 7 70 504 12 50
Binary 1110000 1011100 1101000 0 10010 111 111000 101000100 1010 101000

Color Harmonies of #705C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C68

Black with #705C68

Text Example


Text Example

White with #705C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705C68; }

 p { color: rgb(112,92,104); }

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

background-color css

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

 a { background-color: rgb(112,92,104); }

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

border-color css

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

 span { border-color: rgb(112,92,104); }

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