#677F88

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

Shades of Hoki #677F88

Tints of Hoki #677F88

Color information

#677F88 (or 0x677F88) is unknown color: approx Hoki. HEX triplet: 67, 7F and 88. RGB value is (103,127,136). Sum of RGB (Red+Green+Blue) = 103+127+136=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #677F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F88 is #988077. Grayscale: #787878. Windows color (decimal): -9994360 or 8945511. OLE color: 8945511.

HSL color Cylindrical-coordinate representation of color #677F88: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #677F88 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB103127136-
CMYK0.240.0700.47
HSL196.36º13.81%46.86%-
HSV(B)196.36º24.26%53.33%-
XYZ17.6319.8426.19-
YUV120.85136.55115.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=28.14%
G=34.70%
B=37.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031271360.240.0700.47196.3613.8146.86
Hex677F8818702Fc4e2f
Octal1471772103070573041657
Binary1100111111111110001000110001110101111110001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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