#65779E

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

Shades of Waikawa Grey #65779E

Tints of Waikawa Grey #65779E

Color information

#65779E (or 0x65779E) is unknown color: approx Waikawa Grey. HEX triplet: 65, 77 and 9E. RGB value is (101,119,158). Sum of RGB (Red+Green+Blue) = 101+119+158=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #65779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65779E is #9A8861. Grayscale: #757575. Windows color (decimal): -10127458 or 10385253. OLE color: 10385253.

HSL color Cylindrical-coordinate representation of color #65779E: hue angle of 221.05º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65779E is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101119158-
CMYK0.360.2500.38
HSL221.05º22.71%50.78%-
HSV(B)221.05º36.08%61.96%-
XYZ18.1418.4334.95-
YUV118.06150.54115.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=26.72%
G=31.48%
B=41.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011191580.360.2500.38221.0522.7150.78
Hex65779E2419026dd1733
Octal14516723644310463352763
Binary11001011110111100111101001001100101001101101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65779E; }

 p { color: rgb(101,119,158); }

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

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

 a { background-color: rgb(101,119,158); }

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

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

 span { border-color: rgb(101,119,158); }

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