#677E82

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

Shades of Hoki #677E82

Tints of Hoki #677E82

Color information

#677E82 (or 0x677E82) is unknown color: approx Hoki. HEX triplet: 67, 7E and 82. RGB value is (103,126,130). Sum of RGB (Red+Green+Blue) = 103+126+130=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #677E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E82 is #98817D. Grayscale: #777777. Windows color (decimal): -9994622 or 8552039. OLE color: 8552039.

HSL color Cylindrical-coordinate representation of color #677E82: hue angle of 188.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677E82 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103126130-
CMYK0.210.0300.49
HSL188.89º11.59%45.69%-
HSV(B)188.89º20.77%50.98%-
XYZ17.0819.4223.97-
YUV119.58133.88116.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=28.69%
G=35.10%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031261300.210.0300.49188.8911.5945.69
Hex677E82153031bdc2e
Octal1471762022530612751456
Binary110011111111101000001010101110110001101111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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