#707396

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

Shades of Scampi #707396

Tints of Scampi #707396

Color information

#707396 (or 0x707396) is unknown color: approx Scampi. HEX triplet: 70, 73 and 96. RGB value is (112,115,150). Sum of RGB (Red+Green+Blue) = 112+115+150=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #707396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707396 is #8F8C69. Grayscale: #757575. Windows color (decimal): -9407594 or 9859952. OLE color: 9859952.

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

Color convert

RGB112115150-
CMYK0.250.2300.41
HSL235.26º15.32%51.37%-
HSV(B)235.26º25.33%58.82%-
XYZ18.3217.9131.35-
YUV118.09146.01123.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=29.71%
G=30.50%
B=39.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121151500.250.2300.41235.2615.3251.37
Hex7073961917029ebf33
Octal16016322631270513531763
Binary111000011100111001011011001101110101001111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707396; }

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

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

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

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

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

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

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

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