#677795

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

Shades of Waikawa Grey #677795

Tints of Waikawa Grey #677795

Color information

#677795 (or 0x677795) is unknown color: approx Waikawa Grey. HEX triplet: 67, 77 and 95. RGB value is (103,119,149). Sum of RGB (Red+Green+Blue) = 103+119+149=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #677795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677795 is #98886A. Grayscale: #757575. Windows color (decimal): -9996395 or 9795431. OLE color: 9795431.

HSL color Cylindrical-coordinate representation of color #677795: hue angle of 219.13º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #677795 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103119149-
CMYK0.310.2000.42
HSL219.13º18.25%49.41%-
HSV(B)219.13º30.87%58.43%-
XYZ17.6218.2531.03-
YUV117.64145.7117.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=27.76%
G=32.08%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031191490.310.2000.42219.1318.2549.41
Hex6777951F1402Adb1231
Octal14716722537240523332261
Binary1100111111011110010101111111010001010101101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677795; }

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

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

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

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

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

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

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

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