#66779D

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

Shades of Waikawa Grey #66779D

Tints of Waikawa Grey #66779D

Color information

#66779D (or 0x66779D) is unknown color: approx Waikawa Grey. HEX triplet: 66, 77 and 9D. RGB value is (102,119,157). Sum of RGB (Red+Green+Blue) = 102+119+157=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #66779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66779D is #998862. Grayscale: #767676. Windows color (decimal): -10061923 or 10319718. OLE color: 10319718.

HSL color Cylindrical-coordinate representation of color #66779D: hue angle of 221.45º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66779D is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102119157-
CMYK0.350.2400.38
HSL221.45º21.91%50.78%-
HSV(B)221.45º35.03%61.57%-
XYZ18.1618.4534.5-
YUV118.25149.87116.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=26.98%
G=31.48%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021191570.350.2400.38221.4521.9150.78
Hex66779D2318026dd1633
Octal14616723543300463352663
Binary11001101110111100111011000111100001001101101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66779D; }

 p { color: rgb(102,119,157); }

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

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

 a { background-color: rgb(102,119,157); }

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

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

 span { border-color: rgb(102,119,157); }

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