Html Css Color HEX #677766 Finlandia

📋 copy color: '#677766'

red 103 ◦ green 119 ◦ blue 102

#677766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #677766

Tints of Finlandia #677766

RGB

 RED value IS 103 (40.63% 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 value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#677766 (or 0x677766) is known color: 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

RGB 103 119 102 -
CMYK 0.13 0 0.14 0.53
HSL 116.47º 0.08% 0.43% -
HSV(B) 116.47º 0.14% 0.47% -
XYZ 14.59 17.04 15.09 -
YUV 112.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 103 119 102 0.13 0 0.14 0.53 116.47 0.08 0.43
Hex 67 77 66 D 0 E 35 74 8 2B
Octal 147 167 146 15 0 16 65 164 10 53
Binary 1100111 1110111 1100110 1101 0 1110 110101 1110100 1000 101011

Color Harmonies of #677766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677766

Black with #677766

Text Example


Text Example

White with #677766

Text Example


Text Example

HTML Codes & Css Web 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>