#677E84

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

Shades of Hoki #677E84

Tints of Hoki #677E84

Color information

#677E84 (or 0x677E84) is unknown color: approx Hoki. HEX triplet: 67, 7E and 84. RGB value is (103,126,132). Sum of RGB (Red+Green+Blue) = 103+126+132=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #677E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E84 is #98817B. Grayscale: #777777. Windows color (decimal): -9994620 or 8683111. OLE color: 8683111.

HSL color Cylindrical-coordinate representation of color #677E84: hue angle of 192.41º 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 #677E84 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103126132-
CMYK0.220.0500.48
HSL192.41º12.34%46.08%-
HSV(B)192.41º21.97%51.76%-
XYZ17.2219.4724.68-
YUV119.81134.88116.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=28.53%
G=34.90%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031261320.220.0500.48192.4112.3446.08
Hex677E84165030c0c2e
Octal1471762042650603001456
Binary1100111111111010000100101101010110000110000001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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