Html Css Color HEX #70626B Salt Box

📋 copy color: '#70626B'

red 112 ◦ green 98 ◦ blue 107

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

Shades of Salt Box #70626B

Tints of Salt Box #70626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 35.33%
G = 30.91%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70626B (or 0x70626B) is known color: Salt Box. HEX triplet: 70, 62 and 6B. RGB value is (112,98,107). Sum of RGB (Red+Green+Blue) = 112+98+107=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #70626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70626B is #8F9D94. Grayscale: #676767. Windows color (decimal): -9411989 or 7037552. OLE color: 7037552.

HSL color Cylindrical-coordinate representation of color #70626B: hue angle of 321.43º degrees, saturation: 0.07, 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 #70626B is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 107 -
CMYK 0 0.13 0.04 0.56
HSL 321.43º 0.07% 0.41% -
HSV(B) 321.43º 0.13% 0.44% -
XYZ 13.7 13.24 15.74 -
YUV 103.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 112 98 107 0 0.13 0.04 0.56 321.43 0.07 0.41
Hex 70 62 6B 0 D 4 38 141 7 29
Octal 160 142 153 0 15 4 70 501 7 51
Binary 1110000 1100010 1101011 0 1101 100 111000 101000001 111 101001

Color Harmonies of #70626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70626B

Black with #70626B

Text Example


Text Example

White with #70626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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