Html Css Color HEX #70708C Scampi

📋 copy color: '#70708C'

red 112 ◦ green 112 ◦ blue 140

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

Shades of Scampi #70708C

Tints of Scampi #70708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 30.77%
G = 30.77%
B = 38.46%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70708C (or 0x70708C) is known color: Scampi. HEX triplet: 70, 70 and 8C. RGB value is (112,112,140). Sum of RGB (Red+Green+Blue) = 112+112+140=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #70708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70708C is #8F8F73. Grayscale: #737373. Windows color (decimal): -9408372 or 9203824. OLE color: 9203824.

HSL color Cylindrical-coordinate representation of color #70708C: hue angle of 240º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70708C is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 112 140 -
CMYK 0.20 0.20 0 0.45
HSL 240º 0.11% 0.49% -
HSV(B) 240º 0.2% 0.55% -
XYZ 17.21 16.93 27.17 -
YUV 115.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 112 112 140 0.20 0.20 0 0.45 240 0.11 0.49
Hex 70 70 8C 14 14 0 2D F0 B 31
Octal 160 160 214 24 24 0 55 360 13 61
Binary 1110000 1110000 10001100 10100 10100 0 101101 11110000 1011 110001

Color Harmonies of #70708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70708C

Black with #70708C

Text Example


Text Example

White with #70708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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