#707299

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

Shades of Scampi #707299

Tints of Scampi #707299

Color information

#707299 (or 0x707299) is unknown color: approx Scampi. HEX triplet: 70, 72 and 99. RGB value is (112,114,153). Sum of RGB (Red+Green+Blue) = 112+114+153=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #707299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707299 is #8F8D66. Grayscale: #757575. Windows color (decimal): -9407847 or 10056304. OLE color: 10056304.

HSL color Cylindrical-coordinate representation of color #707299: hue angle of 237.07º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707299 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112114153-
CMYK0.270.2500.4
HSL237.07º16.73%51.96%-
HSV(B)237.07º26.8%60%-
XYZ18.4517.7832.6-
YUV117.85147.84123.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=29.55%
G=30.08%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121141530.270.2500.4237.0716.7351.96
Hex7072991B19028ed1134
Octal16016223133310503552164
Binary1110000111001010011001110111100101010001110110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707299; }

 p { color: rgb(112,114,153); }

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

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

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

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

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

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

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