#66728A

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

Shades of Waikawa Grey #66728A

Tints of Waikawa Grey #66728A

Color information

#66728A (or 0x66728A) is unknown color: approx Waikawa Grey. HEX triplet: 66, 72 and 8A. RGB value is (102,114,138). Sum of RGB (Red+Green+Blue) = 102+114+138=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #66728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66728A is #998D75. Grayscale: #717171. Windows color (decimal): -10063222 or 9073254. OLE color: 9073254.

HSL color Cylindrical-coordinate representation of color #66728A: hue angle of 220º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66728A is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102114138-
CMYK0.260.1700.46
HSL220º15%47.06%-
HSV(B)220º26.09%54.12%-
XYZ16.0816.6926.42-
YUV113.15142.02120.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=28.81%
G=32.20%
B=38.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021141380.260.1700.462201547.06
Hex66728A1A1102Edcf2f
Octal14616221232210563341757
Binary110011011100101000101011010100010101110110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66728A; }

 p { color: rgb(102,114,138); }

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

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

 a { background-color: rgb(102,114,138); }

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

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

 span { border-color: rgb(102,114,138); }

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