Html Css Color HEX #70636F Salt Box

📋 copy color: '#70636F'

red 112 ◦ green 99 ◦ blue 111

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

Shades of Salt Box #70636F

Tints of Salt Box #70636F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 34.78%
G = 30.75%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70636F (or 0x70636F) is known color: Salt Box. HEX triplet: 70, 63 and 6F. RGB value is (112,99,111). Sum of RGB (Red+Green+Blue) = 112+99+111=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #70636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636F is #8F9C90. Grayscale: #686868. Windows color (decimal): -9411729 or 7299952. OLE color: 7299952.

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

Color convert

RGB 112 99 111 -
CMYK 0 0.12 0.01 0.56
HSL 304.62º 0.06% 0.41% -
HSV(B) 304.62º 0.12% 0.44% -
XYZ 14.01 13.52 16.91 -
YUV 104.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 112 99 111 0 0.12 0.01 0.56 304.62 0.06 0.41
Hex 70 63 6F 0 C 1 38 131 6 29
Octal 160 143 157 0 14 1 70 461 6 51
Binary 1110000 1100011 1101111 0 1100 1 111000 100110001 110 101001

Color Harmonies of #70636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70636F

Black with #70636F

Text Example


Text Example

White with #70636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70636F; }

 p { color: rgb(112,99,111); }

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

background-color css

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

 a { background-color: rgb(112,99,111); }

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

border-color css

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

 span { border-color: rgb(112,99,111); }

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