#677F82

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

Shades of Hoki #677F82

Tints of Hoki #677F82

Color information

#677F82 (or 0x677F82) is unknown color: approx Hoki. HEX triplet: 67, 7F and 82. RGB value is (103,127,130). Sum of RGB (Red+Green+Blue) = 103+127+130=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #677F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F82 is #98807D. Grayscale: #787878. Windows color (decimal): -9994366 or 8552295. OLE color: 8552295.

HSL color Cylindrical-coordinate representation of color #677F82: hue angle of 186.67º 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 #677F82 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103127130-
CMYK0.210.0200.49
HSL186.67º11.59%45.69%-
HSV(B)186.67º20.77%50.98%-
XYZ17.2119.6724.01-
YUV120.17133.55115.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.61%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=28.61%
G=35.28%
B=36.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031271300.210.0200.49186.6711.5945.69
Hex677F82152031bbc2e
Octal1471772022520612731456
Binary110011111111111000001010101100110001101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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