#677C84

Color #677C84 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #677C84

Tints of Hoki #677C84

Color information

#677C84 (or 0x677C84) is unknown color: approx Hoki. HEX triplet: 67, 7C and 84. RGB value is (103,124,132). Sum of RGB (Red+Green+Blue) = 103+124+132=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #677C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C84 is #98837B. Grayscale: #767676. Windows color (decimal): -9995132 or 8682599. OLE color: 8682599.

HSL color Cylindrical-coordinate representation of color #677C84: hue angle of 196.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #677C84 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103124132-
CMYK0.220.0600.48
HSL196.55º12.34%46.08%-
HSV(B)196.55º21.97%51.76%-
XYZ16.9718.9624.6-
YUV118.63135.54116.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=28.69%
G=34.54%
B=36.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031241320.220.0600.48196.5512.3446.08
Hex677C84166030c5c2e
Octal1471742042660603051456
Binary1100111111110010000100101101100110000110001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677C84; }

 p { color: rgb(103,124,132); }

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

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

 a { background-color: rgb(103,124,132); }

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

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

 span { border-color: rgb(103,124,132); }

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