Html Css Color HEX #70708E Scampi

📋 copy color: '#70708E'

red 112 ◦ green 112 ◦ blue 142

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

Shades of Scampi #70708E

Tints of Scampi #70708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 30.6%
G = 30.6%
B = 38.8%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70708E (or 0x70708E) is known color: Scampi. HEX triplet: 70, 70 and 8E. RGB value is (112,112,142). Sum of RGB (Red+Green+Blue) = 112+112+142=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #70708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70708E is #8F8F71. Grayscale: #737373. Windows color (decimal): -9408370 or 9334896. OLE color: 9334896.

HSL color Cylindrical-coordinate representation of color #70708E: hue angle of 240º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70708E is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 112 142 -
CMYK 0.21 0.21 0 0.44
HSL 240º 0.12% 0.5% -
HSV(B) 240º 0.21% 0.56% -
XYZ 17.36 16.99 27.95 -
YUV 115.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 112 112 142 0.21 0.21 0 0.44 240 0.12 0.5
Hex 70 70 8E 15 15 0 2C F0 C 32
Octal 160 160 216 25 25 0 54 360 14 62
Binary 1110000 1110000 10001110 10101 10101 0 101100 11110000 1100 110010

Color Harmonies of #70708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70708E

Black with #70708E

Text Example


Text Example

White with #70708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70708E; }

 p { color: rgb(112,112,142); }

 H1.HeaderClassName
 {
   color: #70708E;
 }
 .AnyTagClassName
 {
   color: #70708E;
 }
</style>

background-color css

<style>
 a { background-color: #70708E; }

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

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

border-color css

<style>
 span { border-color: #70708E; }

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

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