#65768C

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

Shades of Waikawa Grey #65768C

Tints of Waikawa Grey #65768C

Color information

#65768C (or 0x65768C) is unknown color: approx Waikawa Grey. HEX triplet: 65, 76 and 8C. RGB value is (101,118,140). Sum of RGB (Red+Green+Blue) = 101+118+140=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #65768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65768C is #9A8973. Grayscale: #737373. Windows color (decimal): -10127732 or 9205349. OLE color: 9205349.

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

Color convert

RGB101118140-
CMYK0.280.1600.45
HSL213.85º16.18%47.25%-
HSV(B)213.85º27.86%54.9%-
XYZ16.5817.6227.34-
YUV115.42141.87117.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=28.13%
G=32.87%
B=39.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011181400.280.1600.45213.8516.1847.25
Hex65768C1C1002Dd6102f
Octal14516621434200553262057
Binary1100101111011010001100111001000001011011101011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,118,140); }

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

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

 a { background-color: rgb(101,118,140); }

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

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

 span { border-color: rgb(101,118,140); }

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