#65748A

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

Shades of Waikawa Grey #65748A

Tints of Waikawa Grey #65748A

Color information

#65748A (or 0x65748A) is unknown color: approx Waikawa Grey. HEX triplet: 65, 74 and 8A. RGB value is (101,116,138). Sum of RGB (Red+Green+Blue) = 101+116+138=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #65748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65748A is #9A8B75. Grayscale: #717171. Windows color (decimal): -10128246 or 9073765. OLE color: 9073765.

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

Color convert

RGB101116138-
CMYK0.270.1600.46
HSL215.68º15.48%46.86%-
HSV(B)215.68º26.81%54.12%-
XYZ16.217.0926.49-
YUV114.02141.53118.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=28.45%
G=32.68%
B=38.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011161380.270.1600.46215.6815.4846.86
Hex65748A1B1002Ed8f2f
Octal14516421233200563301757
Binary110010111101001000101011011100000101110110110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,116,138); }

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

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

 a { background-color: rgb(101,116,138); }

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

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

 span { border-color: rgb(101,116,138); }

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