#677766

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

Shades of Finlandia #677766

Tints of Finlandia #677766

Color information

#677766 (or 0x677766) is unknown color: approx Finlandia. HEX triplet: 67, 77 and 66. RGB value is (103,119,102). Sum of RGB (Red+Green+Blue) = 103+119+102=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #677766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677766 is #988899. Grayscale: #707070. Windows color (decimal): -9996442 or 6715239. OLE color: 6715239.

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

Color convert

RGB103119102-
CMYK0.1300.140.53
HSL116.47º7.69%43.33%-
HSV(B)116.47º14.29%46.67%-
XYZ14.5917.0415.09-
YUV112.28122.2121.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=31.79%
G=36.73%
B=31.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031191020.1300.140.53116.477.6943.33
Hex677766D0E357482b
Octal14716714615016651641053
Binary11001111110111110011011010111011010111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677766; }

 p { color: rgb(103,119,102); }

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

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

 a { background-color: rgb(103,119,102); }

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

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

 span { border-color: rgb(103,119,102); }

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