#64728C

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

Shades of Waikawa Grey #64728C

Tints of Waikawa Grey #64728C

Color information

#64728C (or 0x64728C) is unknown color: approx Waikawa Grey. HEX triplet: 64, 72 and 8C. RGB value is (100,114,140). Sum of RGB (Red+Green+Blue) = 100+114+140=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #64728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64728C is #9B8D73. Grayscale: #707070. Windows color (decimal): -10194292 or 9204324. OLE color: 9204324.

HSL color Cylindrical-coordinate representation of color #64728C: hue angle of 219º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64728C is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100114140-
CMYK0.290.1900.45
HSL219º16.67%47.06%-
HSV(B)219º28.57%54.9%-
XYZ16.0116.6427.18-
YUV112.78143.36118.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=28.25%
G=32.20%
B=39.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001141400.290.1900.4521916.6747.06
Hex64728C1D1302Ddb112f
Octal14416221435230553332157
Binary1100100111001010001100111011001101011011101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64728C; }

 p { color: rgb(100,114,140); }

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

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

 a { background-color: rgb(100,114,140); }

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

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

 span { border-color: rgb(100,114,140); }

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