#677F85

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

Shades of Hoki #677F85

Tints of Hoki #677F85

Color information

#677F85 (or 0x677F85) is unknown color: approx Hoki. HEX triplet: 67, 7F and 85. RGB value is (103,127,133). Sum of RGB (Red+Green+Blue) = 103+127+133=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #677F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F85 is #98807A. Grayscale: #787878. Windows color (decimal): -9994363 or 8748903. OLE color: 8748903.

HSL color Cylindrical-coordinate representation of color #677F85: hue angle of 192º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677F85 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103127133-
CMYK0.230.0500.48
HSL192º12.71%46.27%-
HSV(B)192º22.56%52.16%-
XYZ17.4219.7625.09-
YUV120.51135.05115.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=28.37%
G=34.99%
B=36.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031271330.230.0500.4819212.7146.27
Hex677F85175030c0d2e
Octal1471772052750603001556
Binary1100111111111110000101101111010110000110000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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