#67779E

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

Shades of Waikawa Grey #67779E

Tints of Waikawa Grey #67779E

Color information

#67779E (or 0x67779E) is unknown color: approx Waikawa Grey. HEX triplet: 67, 77 and 9E. RGB value is (103,119,158). Sum of RGB (Red+Green+Blue) = 103+119+158=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #67779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67779E is #988861. Grayscale: #767676. Windows color (decimal): -9996386 or 10385255. OLE color: 10385255.

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

Color convert

RGB103119158-
CMYK0.350.2500.38
HSL222.55º22.09%51.18%-
HSV(B)222.55º34.81%61.96%-
XYZ18.3618.5534.96-
YUV118.66150.2116.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.11%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=27.11%
G=31.32%
B=41.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031191580.350.2500.38222.5522.0951.18
Hex67779E2319026df1633
Octal14716723643310463372663
Binary11001111110111100111101000111100101001101101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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