#65768D

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

Shades of Waikawa Grey #65768D

Tints of Waikawa Grey #65768D

Color information

#65768D (or 0x65768D) is unknown color: approx Waikawa Grey. HEX triplet: 65, 76 and 8D. RGB value is (101,118,141). Sum of RGB (Red+Green+Blue) = 101+118+141=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #65768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65768D is #9A8972. Grayscale: #737373. Windows color (decimal): -10127731 or 9270885. OLE color: 9270885.

HSL color Cylindrical-coordinate representation of color #65768D: hue angle of 214.5º degrees, saturation: 0.17, 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 #65768D is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101118141-
CMYK0.280.1600.45
HSL214.5º16.53%47.45%-
HSV(B)214.5º28.37%55.29%-
XYZ16.6517.6527.73-
YUV115.54142.37117.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=28.06%
G=32.78%
B=39.17%

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
Decimal1011181410.280.1600.45214.516.5347.45
Hex65768D1C1002Dd6112f
Octal14516621534200553262157
Binary1100101111011010001101111001000001011011101011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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