#707395

Color #707395 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #707395

Tints of Scampi #707395

Color information

#707395 (or 0x707395) is unknown color: approx Scampi. HEX triplet: 70, 73 and 95. RGB value is (112,115,149). Sum of RGB (Red+Green+Blue) = 112+115+149=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #707395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707395 is #8F8C6A. Grayscale: #757575. Windows color (decimal): -9407595 or 9794416. OLE color: 9794416.

HSL color Cylindrical-coordinate representation of color #707395: hue angle of 235.14º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707395 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112115149-
CMYK0.250.2300.42
HSL235.14º14.86%51.18%-
HSV(B)235.14º24.83%58.43%-
XYZ18.2417.8830.92-
YUV117.98145.51123.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=29.79%
G=30.59%
B=39.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121151490.250.2300.42235.1414.8651.18
Hex707395191702Aebf33
Octal16016322531270523531763
Binary111000011100111001010111001101110101010111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707395; }

 p { color: rgb(112,115,149); }

 H1.HeaderClassName
 {
   color: #707395;
 }
 .AnyTagClassName
 {
   color: #707395;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #707395;
 }
 .BgClassName
 {
   background-color: #707395;
 }
</style>
border-color css

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

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

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