#707699

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

Shades of Waikawa Grey #707699

Tints of Waikawa Grey #707699

Color information

#707699 (or 0x707699) is unknown color: approx Waikawa Grey. HEX triplet: 70, 76 and 99. RGB value is (112,118,153). Sum of RGB (Red+Green+Blue) = 112+118+153=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #707699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707699 is #8F8966. Grayscale: #787878. Windows color (decimal): -9406823 or 10057328. OLE color: 10057328.

HSL color Cylindrical-coordinate representation of color #707699: hue angle of 231.22º 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 #707699 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112118153-
CMYK0.270.2300.4
HSL231.22º16.73%51.96%-
HSV(B)231.22º26.8%60%-
XYZ18.9118.732.75-
YUV120.2146.51122.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=29.24%
G=30.81%
B=39.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121181530.270.2300.4231.2216.7351.96
Hex7076991B17028e71134
Octal16016623133270503472164
Binary1110000111011010011001110111011101010001110011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707699; }

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

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

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

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

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

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

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

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