#677F83

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

Shades of Hoki #677F83

Tints of Hoki #677F83

Color information

#677F83 (or 0x677F83) is unknown color: approx Hoki. HEX triplet: 67, 7F and 83. RGB value is (103,127,131). Sum of RGB (Red+Green+Blue) = 103+127+131=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 131 - color contains mainly: blue. Hex color #677F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F83 is #98807C. Grayscale: #787878. Windows color (decimal): -9994365 or 8617831. OLE color: 8617831.

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

Color convert

RGB103127131-
CMYK0.210.0300.49
HSL188.57º11.97%45.88%-
HSV(B)188.57º21.37%51.37%-
XYZ17.2819.724.36-
YUV120.28134.05115.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=28.53%
G=35.18%
B=36.29%

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
Decimal1031271310.210.0300.49188.5711.9745.88
Hex677F83153031bdc2e
Octal1471772032530612751456
Binary110011111111111000001110101110110001101111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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