#677D85

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

Shades of Hoki #677D85

Tints of Hoki #677D85

Color information

#677D85 (or 0x677D85) is unknown color: approx Hoki. HEX triplet: 67, 7D and 85. RGB value is (103,125,133). Sum of RGB (Red+Green+Blue) = 103+125+133=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #677D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D85 is #98827A. Grayscale: #777777. Windows color (decimal): -9994875 or 8748391. OLE color: 8748391.

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

Color convert

RGB103125133-
CMYK0.230.0600.48
HSL196º12.71%46.27%-
HSV(B)196º22.56%52.16%-
XYZ17.1619.2425-
YUV119.33135.71116.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=28.53%
G=34.63%
B=36.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031251330.230.0600.4819612.7146.27
Hex677D85176030c4d2e
Octal1471752052760603041556
Binary1100111111110110000101101111100110000110001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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