Html Css Color HEX #70506A Salt Box

📋 copy color: '#70506A'

red 112 ◦ green 80 ◦ blue 106

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

Shades of Salt Box #70506A

Tints of Salt Box #70506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 37.58%
G = 26.85%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70506A (or 0x70506A) is known color: Salt Box. HEX triplet: 70, 50 and 6A. RGB value is (112,80,106). Sum of RGB (Red+Green+Blue) = 112+80+106=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #70506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506A is #8FAF95. Grayscale: #5C5C5C. Windows color (decimal): -9416598 or 6967408. OLE color: 6967408.

HSL color Cylindrical-coordinate representation of color #70506A: hue angle of 311.25º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70506A is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 106 -
CMYK 0 0.29 0.05 0.56
HSL 311.25º 0.17% 0.38% -
HSV(B) 311.25º 0.29% 0.44% -
XYZ 12.15 10.22 14.97 -
YUV 92.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 112 80 106 0 0.29 0.05 0.56 311.25 0.17 0.38
Hex 70 50 6A 0 1D 5 38 137 11 26
Octal 160 120 152 0 35 5 70 467 21 46
Binary 1110000 1010000 1101010 0 11101 101 111000 100110111 10001 100110

Color Harmonies of #70506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70506A

Black with #70506A

Text Example


Text Example

White with #70506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70506A; }

 p { color: rgb(112,80,106); }

 H1.HeaderClassName
 {
   color: #70506A;
 }
 .AnyTagClassName
 {
   color: #70506A;
 }
</style>

background-color css

<style>
 a { background-color: #70506A; }

 a { background-color: rgb(112,80,106); }

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

border-color css

<style>
 span { border-color: #70506A; }

 span { border-color: rgb(112,80,106); }

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