#677392

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

Shades of Waikawa Grey #677392

Tints of Waikawa Grey #677392

Color information

#677392 (or 0x677392) is unknown color: approx Waikawa Grey. HEX triplet: 67, 73 and 92. RGB value is (103,115,146). Sum of RGB (Red+Green+Blue) = 103+115+146=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #677392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677392 is #988C6D. Grayscale: #727272. Windows color (decimal): -9997422 or 9597799. OLE color: 9597799.

HSL color Cylindrical-coordinate representation of color #677392: hue angle of 223.26º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677392 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103115146-
CMYK0.290.2100.43
HSL223.26º17.27%48.82%-
HSV(B)223.26º29.45%57.25%-
XYZ16.9117.2229.63-
YUV114.95145.52119.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=28.30%
G=31.59%
B=40.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031151460.290.2100.43223.2617.2748.82
Hex6773921D1502Bdf1131
Octal14716322235250533372161
Binary1100111111001110010010111011010101010111101111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677392; }

 p { color: rgb(103,115,146); }

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

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

 a { background-color: rgb(103,115,146); }

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

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

 span { border-color: rgb(103,115,146); }

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