#677F84

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

Shades of Hoki #677F84

Tints of Hoki #677F84

Color information

#677F84 (or 0x677F84) is unknown color: approx Hoki. HEX triplet: 67, 7F and 84. RGB value is (103,127,132). Sum of RGB (Red+Green+Blue) = 103+127+132=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #677F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F84 is #98807B. Grayscale: #787878. Windows color (decimal): -9994364 or 8683367. OLE color: 8683367.

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

Color convert

RGB103127132-
CMYK0.220.0400.48
HSL190.34º12.34%46.08%-
HSV(B)190.34º21.97%51.76%-
XYZ17.3519.7324.72-
YUV120.39134.55115.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=28.45%
G=35.08%
B=36.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031271320.220.0400.48190.3412.3446.08
Hex677F84164030bec2e
Octal1471772042640602761456
Binary1100111111111110000100101101000110000101111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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